#AFBF8B

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

Shades of Caper #AFBF8B

Tints of Caper #AFBF8B

Color information

#AFBF8B (or 0xAFBF8B) is unknown color: approx Caper. HEX triplet: AF, BF and 8B. RGB value is (175,191,139). Sum of RGB (Red+Green+Blue) = 175+191+139=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF8B is #504074. Grayscale: #B4B4B4. Windows color (decimal): -5259381 or 9158575. OLE color: 9158575.

HSL color Cylindrical-coordinate representation of color #AFBF8B: hue angle of 78.46º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFBF8B is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB175191139-
CMYK0.0800.270.25
HSL78.46º28.89%64.71%-
HSV(B)78.46º27.23%74.9%-
XYZ40.9748.2431.58-
YUV180.29104.7124.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 191 (75% from 255) = 37.82%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=34.65%
G=37.82%
B=27.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911390.0800.270.2578.4628.8964.71
HexAFBF8B801B194e1d41
Octal257277213100333111635101
Binary1010111110111111100010111000011011110011001110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF8B; }

 p { color: rgb(175,191,139); }

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

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

 a { background-color: rgb(175,191,139); }

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

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

 span { border-color: rgb(175,191,139); }

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