#AFB782

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

Shades of Caper #AFB782

Tints of Caper #AFB782

Color information

#AFB782 (or 0xAFB782) is unknown color: approx Caper. HEX triplet: AF, B7 and 82. RGB value is (175,183,130). Sum of RGB (Red+Green+Blue) = 175+183+130=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB782 is #50487D. Grayscale: #AEAEAE. Windows color (decimal): -5261438 or 8566703. OLE color: 8566703.

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

Color convert

RGB175183130-
CMYK0.0400.290.28
HSL69.06º26.9%61.37%-
HSV(B)69.06º28.96%71.76%-
XYZ38.6444.5927.69-
YUV174.57102.85128.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=35.86%
G=37.5%
B=26.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831300.0400.290.2869.0626.961.37
HexAFB782401D1C451b3d
Octal2572672024035341053375
Binary10101111101101111000001010001110111100100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB782; }

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

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

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

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

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

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

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

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