Html Css Color HEX #AFB679 Pine Glade

📋 copy color: '#AFB679'

red 175 ◦ green 182 ◦ blue 121

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

Shades of Pine Glade #AFB679

Tints of Pine Glade #AFB679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.08%

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

R = 36.61%
G = 38.08%
B = 25.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#AFB679 (or 0xAFB679) is known color: Pine Glade. HEX triplet: AF, B6 and 79. RGB value is (175,182,121). Sum of RGB (Red+Green+Blue) = 175+182+121=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB679 is #504986. Grayscale: #ADADAD. Windows color (decimal): -5261703 or 7976623. OLE color: 7976623.

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

Color convert

RGB 175 182 121 -
CMYK 0.04 0 0.34 0.29
HSL 66.89º 0.29% 0.59% -
HSV(B) 66.89º 0.34% 0.71% -
XYZ 37.86 43.95 24.58 -
YUV 172.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 175 182 121 0.04 0 0.34 0.29 66.89 0.29 0.59
Hex AF B6 79 4 0 22 1D 43 1D 3B
Octal 257 266 171 4 0 42 35 103 35 73
Binary 10101111 10110110 1111001 100 0 100010 11101 1000011 11101 111011

Color Harmonies of #AFB679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB679

Black with #AFB679

Text Example


Text Example

White with #AFB679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB679; }

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

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

background-color css

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

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

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

border-color css

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

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

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