#AFBF88

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

Shades of Caper #AFBF88

Tints of Caper #AFBF88

Color information

#AFBF88 (or 0xAFBF88) is unknown color: approx Caper. HEX triplet: AF, BF and 88. RGB value is (175,191,136). Sum of RGB (Red+Green+Blue) = 175+191+136=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF88 is #504077. Grayscale: #B4B4B4. Windows color (decimal): -5259384 or 8961967. OLE color: 8961967.

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

Color convert

RGB175191136-
CMYK0.0800.290.25
HSL77.45º30.05%64.12%-
HSV(B)77.45º28.8%74.9%-
XYZ40.7548.1530.44-
YUV179.95103.2124.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 191 (75% from 255) = 38.05%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=34.86%
G=38.05%
B=27.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911360.0800.290.2577.4530.0564.12
HexAFBF88801D194d1e40
Octal257277210100353111536100
Binary1010111110111111100010001000011101110011001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF88; }

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

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

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

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

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

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

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

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