#AFBB73

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

Shades of Caper #AFBB73

Tints of Caper #AFBB73

Color information

#AFBB73 (or 0xAFBB73) is unknown color: approx Caper. HEX triplet: AF, BB and 73. RGB value is (175,187,115). Sum of RGB (Red+Green+Blue) = 175+187+115=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB73 is #50448C. Grayscale: #AFAFAF. Windows color (decimal): -5260429 or 7584687. OLE color: 7584687.

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

Color convert

RGB175187115-
CMYK0.0600.390.27
HSL70º34.62%59.22%-
HSV(B)70º38.5%73.33%-
XYZ38.5445.8923.05-
YUV175.294.02127.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=36.69%
G=39.20%
B=24.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871150.0600.390.277034.6259.22
HexAFBB7360271B46233b
Octal2572731636047331064373
Binary101011111011101111100111100100111110111000110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB73; }

 p { color: rgb(175,187,115); }

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

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

 a { background-color: rgb(175,187,115); }

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

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

 span { border-color: rgb(175,187,115); }

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