Html Css Color HEX #AFB972 Pine Glade

📋 copy color: '#AFB972'

red 175 ◦ green 185 ◦ blue 114

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

Shades of Pine Glade #AFB972

Tints of Pine Glade #AFB972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

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

R = 36.92%
G = 39.03%
B = 24.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#AFB972 (or 0xAFB972) is known color: Pine Glade. HEX triplet: AF, B9 and 72. RGB value is (175,185,114). Sum of RGB (Red+Green+Blue) = 175+185+114=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB972 is #50468D. Grayscale: #AEAEAE. Windows color (decimal): -5260942 or 7518639. OLE color: 7518639.

HSL color Cylindrical-coordinate representation of color #AFB972: hue angle of 68.45º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFB972 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 114 -
CMYK 0.05 0 0.38 0.27
HSL 68.45º 0.34% 0.59% -
HSV(B) 68.45º 0.38% 0.73% -
XYZ 38.07 45.03 22.6 -
YUV 173.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 175 185 114 0.05 0 0.38 0.27 68.45 0.34 0.59
Hex AF B9 72 5 0 26 1B 44 22 3B
Octal 257 271 162 5 0 46 33 104 42 73
Binary 10101111 10111001 1110010 101 0 100110 11011 1000100 100010 111011

Color Harmonies of #AFB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB972

Black with #AFB972

Text Example


Text Example

White with #AFB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB972; }

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

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

background-color css

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

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

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

border-color css

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

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

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