#AFBA78

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

Shades of Caper #AFBA78

Tints of Caper #AFBA78

Color information

#AFBA78 (or 0xAFBA78) is unknown color: approx Caper. HEX triplet: AF, BA and 78. RGB value is (175,186,120). Sum of RGB (Red+Green+Blue) = 175+186+120=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA78 is #504587. Grayscale: #AFAFAF. Windows color (decimal): -5260680 or 7912111. OLE color: 7912111.

HSL color Cylindrical-coordinate representation of color #AFBA78: hue angle of 70º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFBA78 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB175186120-
CMYK0.0600.350.27
HSL70º32.35%60%-
HSV(B)70º35.48%72.94%-
XYZ38.6345.5924.53-
YUV175.1996.86127.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=36.38%
G=38.67%
B=24.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861200.0600.350.277032.3560
HexAFBA7860231B46203c
Octal2572721706043331064074
Binary101011111011101011110001100100011110111000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA78; }

 p { color: rgb(175,186,120); }

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

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

 a { background-color: rgb(175,186,120); }

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

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

 span { border-color: rgb(175,186,120); }

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