#AFCA75

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

Shades of Caper #AFCA75

Tints of Caper #AFCA75

Color information

#AFCA75 (or 0xAFCA75) is unknown color: approx Caper. HEX triplet: AF, CA and 75. RGB value is (175,202,117). Sum of RGB (Red+Green+Blue) = 175+202+117=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA75 is #50358A. Grayscale: #B8B8B8. Windows color (decimal): -5256587 or 7719599. OLE color: 7719599.

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

Color convert

RGB175202117-
CMYK0.1300.420.21
HSL79.06º44.5%62.55%-
HSV(B)79.06º42.08%79.22%-
XYZ42.0152.6424.78-
YUV184.2490.05121.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=35.43%
G=40.89%
B=23.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021170.1300.420.2179.0644.562.55
HexAFCA75D02A154f2d3f
Octal25731216515052251175577
Binary1010111111001010111010111010101010101011001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA75; }

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

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

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

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

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

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

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

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