#AFCA70

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

Shades of Caper #AFCA70

Tints of Caper #AFCA70

Color information

#AFCA70 (or 0xAFCA70) is unknown color: approx Caper. HEX triplet: AF, CA and 70. RGB value is (175,202,112). Sum of RGB (Red+Green+Blue) = 175+202+112=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA70 is #50358F. Grayscale: #B8B8B8. Windows color (decimal): -5256592 or 7391919. OLE color: 7391919.

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

Color convert

RGB175202112-
CMYK0.1300.450.21
HSL78º45.92%61.57%-
HSV(B)78º44.55%79.22%-
XYZ41.7252.5223.27-
YUV183.6787.55121.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=35.79%
G=41.31%
B=22.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021120.1300.450.217845.9261.57
HexAFCA70D02D154e2e3e
Octal25731216015055251165676
Binary1010111111001010111000011010101101101011001110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA70; }

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

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

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

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

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

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

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

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