Html Css Color HEX #AFB777 Pine Glade

📋 copy color: '#AFB777'

red 175 ◦ green 183 ◦ blue 119

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

Shades of Pine Glade #AFB777

Tints of Pine Glade #AFB777

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.36%

 BLUE value IS 119 (46.88% from 255) = 24.95%

R = 36.69%
G = 38.36%
B = 24.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#AFB777 (or 0xAFB777) is known color: Pine Glade. HEX triplet: AF, B7 and 77. RGB value is (175,183,119). Sum of RGB (Red+Green+Blue) = 175+183+119=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB777 is #504888. Grayscale: #ADADAD. Windows color (decimal): -5261449 or 7845807. OLE color: 7845807.

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

Color convert

RGB 175 183 119 -
CMYK 0.04 0 0.35 0.28
HSL 67.5º 0.31% 0.59% -
HSV(B) 67.5º 0.35% 0.72% -
XYZ 37.94 44.31 24.01 -
YUV 173.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 175 183 119 0.04 0 0.35 0.28 67.5 0.31 0.59
Hex AF B7 77 4 0 23 1C 44 1F 3B
Octal 257 267 167 4 0 43 34 104 37 73
Binary 10101111 10110111 1110111 100 0 100011 11100 1000100 11111 111011

Color Harmonies of #AFB777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB777

Black with #AFB777

Text Example


Text Example

White with #AFB777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB777; }

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

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

background-color css

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

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

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

border-color css

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

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

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