#AFB580

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

Shades of Pine Glade #AFB580

Tints of Pine Glade #AFB580

Color information

#AFB580 (or 0xAFB580) is unknown color: approx Pine Glade. HEX triplet: AF, B5 and 80. RGB value is (175,181,128). Sum of RGB (Red+Green+Blue) = 175+181+128=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB580 is #504A7F. Grayscale: #ADADAD. Windows color (decimal): -5261952 or 8435119. OLE color: 8435119.

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

Color convert

RGB175181128-
CMYK0.0300.290.29
HSL66.79º26.37%60.59%-
HSV(B)66.79º29.28%70.98%-
XYZ38.143.7226.85-
YUV173.16102.51129.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=36.16%
G=37.40%
B=26.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811280.0300.290.2966.7926.3760.59
HexAFB580301D1D431a3d
Octal2572652003035351033275
Binary1010111110110101100000001101110111101100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB580; }

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

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

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

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

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

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

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

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