#AFCA79

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

Shades of Caper #AFCA79

Tints of Caper #AFCA79

Color information

#AFCA79 (or 0xAFCA79) is unknown color: approx Caper. HEX triplet: AF, CA and 79. RGB value is (175,202,121). Sum of RGB (Red+Green+Blue) = 175+202+121=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA79 is #503586. Grayscale: #B8B8B8. Windows color (decimal): -5256583 or 7981743. OLE color: 7981743.

HSL color Cylindrical-coordinate representation of color #AFCA79: hue angle of 80º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFCA79 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB175202121-
CMYK0.1300.400.21
HSL80º43.32%63.33%-
HSV(B)80º40.1%79.22%-
XYZ42.2552.7426.04-
YUV184.6992.05121.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 121 (47.66% from 255) = 24.30%
R=35.14%
G=40.56%
B=24.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021210.1300.400.218043.3263.33
HexAFCA79D02815502b3f
Octal25731217115050251205377
Binary1010111111001010111100111010101000101011010000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA79; }

 p { color: rgb(175,202,121); }

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

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

 a { background-color: rgb(175,202,121); }

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

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

 span { border-color: rgb(175,202,121); }

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