#AFB67E

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

Shades of Caper #AFB67E

Tints of Caper #AFB67E

Color information

#AFB67E (or 0xAFB67E) is unknown color: approx Caper. HEX triplet: AF, B6 and 7E. RGB value is (175,182,126). Sum of RGB (Red+Green+Blue) = 175+182+126=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB67E is #504981. Grayscale: #ADADAD. Windows color (decimal): -5261698 or 8304303. OLE color: 8304303.

HSL color Cylindrical-coordinate representation of color #AFB67E: hue angle of 67.5º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB67E is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB175182126-
CMYK0.0400.310.29
HSL67.5º27.72%60.39%-
HSV(B)67.5º30.77%71.37%-
XYZ38.1744.0826.23-
YUV173.52101.18129.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=36.23%
G=37.68%
B=26.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821260.0400.310.2967.527.7260.39
HexAFB67E401F1D441c3c
Octal2572661764037351043474
Binary1010111110110110111111010001111111101100010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB67E; }

 p { color: rgb(175,182,126); }

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

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

 a { background-color: rgb(175,182,126); }

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

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

 span { border-color: rgb(175,182,126); }

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