Html Css Color HEX #AFB37D Pine Glade

📋 copy color: '#AFB37D'

red 175 ◦ green 179 ◦ blue 125

#AFB37D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #AFB37D

Tints of Pine Glade #AFB37D

RGB

 RED value IS 175 (68.75% from 255) = 36.53%

 GREEN value IS 179 (70.31% from 255) = 37.37%

 BLUE value IS 125 (49.22% from 255) = 26.1%

R = 36.53%
G = 37.37%
B = 26.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#AFB37D (or 0xAFB37D) is known color: Pine Glade. HEX triplet: AF, B3 and 7D. RGB value is (175,179,125). Sum of RGB (Red+Green+Blue) = 175+179+125=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB37D is #504C82. Grayscale: #ABABAB. Windows color (decimal): -5262467 or 8237999. OLE color: 8237999.

HSL color Cylindrical-coordinate representation of color #AFB37D: hue angle of 64.44º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB37D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 125 -
CMYK 0.02 0 0.30 0.30
HSL 64.44º 0.26% 0.6% -
HSV(B) 64.44º 0.3% 0.7% -
XYZ 37.5 42.83 25.69 -
YUV 171.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 175 179 125 0.02 0 0.30 0.30 64.44 0.26 0.6
Hex AF B3 7D 2 0 1E 1E 40 1A 3C
Octal 257 263 175 2 0 36 36 100 32 74
Binary 10101111 10110011 1111101 10 0 11110 11110 1000000 11010 111100

Color Harmonies of #AFB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB37D

Black with #AFB37D

Text Example


Text Example

White with #AFB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB37D; }

 p { color: rgb(175,179,125); }

 H1.HeaderClassName
 {
   color: #AFB37D;
 }
 .AnyTagClassName
 {
   color: #AFB37D;
 }
</style>

background-color css

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

 a { background-color: rgb(175,179,125); }

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

border-color css

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

 span { border-color: rgb(175,179,125); }

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