#AFCA7D

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

Shades of Caper #AFCA7D

Tints of Caper #AFCA7D

Color information

#AFCA7D (or 0xAFCA7D) is unknown color: approx Caper. HEX triplet: AF, CA and 7D. RGB value is (175,202,125). Sum of RGB (Red+Green+Blue) = 175+202+125=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA7D is #503582. Grayscale: #B9B9B9. Windows color (decimal): -5256579 or 8243887. OLE color: 8243887.

HSL color Cylindrical-coordinate representation of color #AFCA7D: hue angle of 81.04º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFCA7D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB175202125-
CMYK0.1300.380.21
HSL81.04º42.08%64.12%-
HSV(B)81.04º38.12%79.22%-
XYZ42.552.8427.36-
YUV185.1594.05120.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=34.86%
G=40.24%
B=24.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021250.1300.380.2181.0442.0864.12
HexAFCA7DD02615512a40
Octal257312175150462512152100
Binary10101111110010101111101110101001101010110100011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA7D; }

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

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

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

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

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

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

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

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