#AFC675

Color #AFC675 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #AFC675

Tints of Caper #AFC675

Color information

#AFC675 (or 0xAFC675) is unknown color: approx Caper. HEX triplet: AF, C6 and 75. RGB value is (175,198,117). Sum of RGB (Red+Green+Blue) = 175+198+117=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC675 is #50398A. Grayscale: #B6B6B6. Windows color (decimal): -5257611 or 7718575. OLE color: 7718575.

HSL color Cylindrical-coordinate representation of color #AFC675: hue angle of 77.04º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFC675 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB175198117-
CMYK0.1200.410.22
HSL77.04º41.54%61.76%-
HSV(B)77.04º40.91%77.65%-
XYZ41.0850.7924.47-
YUV181.8991.38123.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 198 (77.73% from 255) = 40.41%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=35.71%
G=40.41%
B=23.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981170.1200.410.2277.0441.5461.76
HexAFC675C029164d2a3e
Octal25730616514051261155276
Binary1010111111000110111010111000101001101101001101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC675; }

 p { color: rgb(175,198,117); }

 H1.HeaderClassName
 {
   color: #AFC675;
 }
 .AnyTagClassName
 {
   color: #AFC675;
 }
</style>
background-color css

<style>
 a { background-color: #AFC675; }

 a { background-color: rgb(175,198,117); }

 div.DivClassName
 {
   background-color: #AFC675;
 }
 .BgClassName
 {
   background-color: #AFC675;
 }
</style>
border-color css

<style>
 span { border-color: #AFC675; }

 span { border-color: rgb(175,198,117); }

 td.TdClassName
 {
   border-color: #AFC675;
 }
 .TagClassName
 {
   border-color: #AFC675;
 }
</style>