#AFB675

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

Shades of Pine Glade #AFB675

Tints of Pine Glade #AFB675

Color information

#AFB675 (or 0xAFB675) is unknown color: approx Pine Glade. HEX triplet: AF, B6 and 75. RGB value is (175,182,117). Sum of RGB (Red+Green+Blue) = 175+182+117=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB675 is #50498A. Grayscale: #ACACAC. Windows color (decimal): -5261707 or 7714479. OLE color: 7714479.

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

Color convert

RGB175182117-
CMYK0.0400.360.29
HSL66.46º30.81%58.63%-
HSV(B)66.46º35.71%71.37%-
XYZ37.6243.8523.31-
YUV172.596.68129.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=36.92%
G=38.40%
B=24.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821170.0400.360.2966.4630.8158.63
HexAFB67540241D421f3b
Octal2572661654044351023773
Binary10101111101101101110101100010010011101100001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB675; }

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

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

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

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

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

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

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

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