Html Css Color HEX #AFB871 Pine Glade

📋 copy color: '#AFB871'

red 175 ◦ green 184 ◦ blue 113

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

Shades of Pine Glade #AFB871

Tints of Pine Glade #AFB871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.94%

R = 37.08%
G = 38.98%
B = 23.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#AFB871 (or 0xAFB871) is known color: Pine Glade. HEX triplet: AF, B8 and 71. RGB value is (175,184,113). Sum of RGB (Red+Green+Blue) = 175+184+113=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB871 is #50478E. Grayscale: #ADADAD. Windows color (decimal): -5261199 or 7452847. OLE color: 7452847.

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

Color convert

RGB 175 184 113 -
CMYK 0.05 0 0.39 0.28
HSL 67.61º 0.33% 0.58% -
HSV(B) 67.61º 0.39% 0.72% -
XYZ 37.8 44.59 22.24 -
YUV 173.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 175 184 113 0.05 0 0.39 0.28 67.61 0.33 0.58
Hex AF B8 71 5 0 27 1C 44 21 3A
Octal 257 270 161 5 0 47 34 104 41 72
Binary 10101111 10111000 1110001 101 0 100111 11100 1000100 100001 111010

Color Harmonies of #AFB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB871

Black with #AFB871

Text Example


Text Example

White with #AFB871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB871; }

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

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

background-color css

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

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

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

border-color css

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

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

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