#AFB97B

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

Shades of Caper #AFB97B

Tints of Caper #AFB97B

Color information

#AFB97B (or 0xAFB97B) is unknown color: approx Caper. HEX triplet: AF, B9 and 7B. RGB value is (175,185,123). Sum of RGB (Red+Green+Blue) = 175+185+123=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB97B is #504684. Grayscale: #AFAFAF. Windows color (decimal): -5260933 or 8108463. OLE color: 8108463.

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

Color convert

RGB175185123-
CMYK0.0500.340.27
HSL69.68º30.69%60.39%-
HSV(B)69.68º33.51%72.55%-
XYZ38.645.2425.44-
YUV174.9498.69128.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 123 (48.44% from 255) = 25.47%
R=36.23%
G=38.30%
B=25.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851230.0500.340.2769.6830.6960.39
HexAFB97B50221B461f3c
Octal2572711735042331063774
Binary10101111101110011111011101010001011011100011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB97B; }

 p { color: rgb(175,185,123); }

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

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

 a { background-color: rgb(175,185,123); }

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

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

 span { border-color: rgb(175,185,123); }

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