#AFB582

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

Shades of Caper #AFB582

Tints of Caper #AFB582

Color information

#AFB582 (or 0xAFB582) is unknown color: approx Caper. HEX triplet: AF, B5 and 82. RGB value is (175,181,130). Sum of RGB (Red+Green+Blue) = 175+181+130=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB582 is #504A7D. Grayscale: #ADADAD. Windows color (decimal): -5261950 or 8566191. OLE color: 8566191.

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

Color convert

RGB175181130-
CMYK0.0300.280.29
HSL67.06º25.63%60.98%-
HSV(B)67.06º28.18%70.98%-
XYZ38.2343.7727.55-
YUV173.39103.51129.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=36.01%
G=37.24%
B=26.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811300.0300.280.2967.0625.6360.98
HexAFB582301C1D431a3d
Octal2572652023034351033275
Binary1010111110110101100000101101110011101100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB582; }

 p { color: rgb(175,181,130); }

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

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

 a { background-color: rgb(175,181,130); }

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

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

 span { border-color: rgb(175,181,130); }

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