Html Css Color HEX #AFB872 Pine Glade

📋 copy color: '#AFB872'

red 175 ◦ green 184 ◦ blue 114

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

Shades of Pine Glade #AFB872

Tints of Pine Glade #AFB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.9%

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

R = 37%
G = 38.9%
B = 24.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#AFB872 (or 0xAFB872) is known color: Pine Glade. HEX triplet: AF, B8 and 72. RGB value is (175,184,114). Sum of RGB (Red+Green+Blue) = 175+184+114=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB872 is #50478D. Grayscale: #ADADAD. Windows color (decimal): -5261198 or 7518383. OLE color: 7518383.

HSL color Cylindrical-coordinate representation of color #AFB872: hue angle of 67.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFB872 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 114 -
CMYK 0.05 0 0.38 0.28
HSL 67.71º 0.33% 0.58% -
HSV(B) 67.71º 0.38% 0.72% -
XYZ 37.86 44.61 22.53 -
YUV 173.33 94.52 129.19 -
System Red Green Blue C M Y K H S L
Decimal 175 184 114 0.05 0 0.38 0.28 67.71 0.33 0.58
Hex AF B8 72 5 0 26 1C 44 21 3A
Octal 257 270 162 5 0 46 34 104 41 72
Binary 10101111 10111000 1110010 101 0 100110 11100 1000100 100001 111010

Color Harmonies of #AFB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB872

Black with #AFB872

Text Example


Text Example

White with #AFB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB872; }

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

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

background-color css

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

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

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

border-color css

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

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

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