Html Css Color HEX #AFB779 Pine Glade

📋 copy color: '#AFB779'

red 175 ◦ green 183 ◦ blue 121

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

Shades of Pine Glade #AFB779

Tints of Pine Glade #AFB779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.26%

R = 36.53%
G = 38.2%
B = 25.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#AFB779 (or 0xAFB779) is known color: Pine Glade. HEX triplet: AF, B7 and 79. RGB value is (175,183,121). Sum of RGB (Red+Green+Blue) = 175+183+121=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB779 is #504886. Grayscale: #ADADAD. Windows color (decimal): -5261447 or 7976879. OLE color: 7976879.

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

Color convert

RGB 175 183 121 -
CMYK 0.04 0 0.34 0.28
HSL 67.74º 0.3% 0.6% -
HSV(B) 67.74º 0.34% 0.72% -
XYZ 38.06 44.36 24.65 -
YUV 173.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 175 183 121 0.04 0 0.34 0.28 67.74 0.3 0.6
Hex AF B7 79 4 0 22 1C 44 1E 3C
Octal 257 267 171 4 0 42 34 104 36 74
Binary 10101111 10110111 1111001 100 0 100010 11100 1000100 11110 111100

Color Harmonies of #AFB779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB779

Black with #AFB779

Text Example


Text Example

White with #AFB779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB779; }

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

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

background-color css

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

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

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

border-color css

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

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

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