#afbb8c

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

Shades of Caper #AFBB8C

Tints of Caper #AFBB8C

Color information

#AFBB8C (or 0xAFBB8C) is unknown color: approx Caper. HEX triplet: AF, BB and 8C. RGB value is (175,187,140). Sum of RGB (Red+Green+Blue) = 175+187+140=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB8C is #504473. Grayscale: #B2B2B2. Windows color (decimal): -5260404 or 9223087. OLE color: 9223087.

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

Color convert

RGB175187140-
CMYK0.0600.250.27
HSL75.32º25.68%64.12%-
HSV(B)75.32º25.13%73.33%-
XYZ40.1846.5531.68-
YUV178.05106.52125.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=34.86%
G=37.25%
B=27.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871400.0600.250.2775.3225.6864.12
HexAFBB8C60191B4b1a40
Octal25727321460313311332100
Binary101011111011101110001100110011001110111001011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afbb8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afbb8c; }

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

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

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

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

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

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

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

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