#AFB976

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

Shades of Caper #AFB976

Tints of Caper #AFB976

Color information

#AFB976 (or 0xAFB976) is unknown color: approx Caper. HEX triplet: AF, B9 and 76. RGB value is (175,185,118). Sum of RGB (Red+Green+Blue) = 175+185+118=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB976 is #504689. Grayscale: #AEAEAE. Windows color (decimal): -5260938 or 7780783. OLE color: 7780783.

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

Color convert

RGB175185118-
CMYK0.0500.360.27
HSL68.96º32.37%59.41%-
HSV(B)68.96º36.22%72.55%-
XYZ38.345.1223.83-
YUV174.3796.19128.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=36.61%
G=38.70%
B=24.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851180.0500.360.2768.9632.3759.41
HexAFB97650241B45203b
Octal2572711665044331054073
Binary101011111011100111101101010100100110111000101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB976; }

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

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

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

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

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

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

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

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