Html Css Color HEX #AFB672 Pine Glade

📋 copy color: '#AFB672'

red 175 ◦ green 182 ◦ blue 114

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

Shades of Pine Glade #AFB672

Tints of Pine Glade #AFB672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.2%

R = 37.15%
G = 38.64%
B = 24.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#AFB672 (or 0xAFB672) is known color: Pine Glade. HEX triplet: AF, B6 and 72. RGB value is (175,182,114). Sum of RGB (Red+Green+Blue) = 175+182+114=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB672 is #50498D. Grayscale: #ACACAC. Windows color (decimal): -5261710 or 7517871. OLE color: 7517871.

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

Color convert

RGB 175 182 114 -
CMYK 0.04 0 0.37 0.29
HSL 66.18º 0.32% 0.58% -
HSV(B) 66.18º 0.37% 0.71% -
XYZ 37.44 43.78 22.4 -
YUV 172.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 175 182 114 0.04 0 0.37 0.29 66.18 0.32 0.58
Hex AF B6 72 4 0 25 1D 42 20 3A
Octal 257 266 162 4 0 45 35 102 40 72
Binary 10101111 10110110 1110010 100 0 100101 11101 1000010 100000 111010

Color Harmonies of #AFB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB672

Black with #AFB672

Text Example


Text Example

White with #AFB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB672; }

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

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

background-color css

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

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

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

border-color css

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

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

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