Html Css Color HEX #AFB873 Pine Glade

📋 copy color: '#AFB873'

red 175 ◦ green 184 ◦ blue 115

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

Shades of Pine Glade #AFB873

Tints of Pine Glade #AFB873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.26%

R = 36.92%
G = 38.82%
B = 24.26%

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

#AFB873 (or 0xAFB873) is known color: Pine Glade. HEX triplet: AF, B8 and 73. RGB value is (175,184,115). Sum of RGB (Red+Green+Blue) = 175+184+115=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB873 is #50478C. Grayscale: #ADADAD. Windows color (decimal): -5261197 or 7583919. OLE color: 7583919.

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

Color convert

RGB 175 184 115 -
CMYK 0.05 0 0.38 0.28
HSL 67.83º 0.33% 0.59% -
HSV(B) 67.83º 0.38% 0.72% -
XYZ 37.91 44.63 22.84 -
YUV 173.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 175 184 115 0.05 0 0.38 0.28 67.83 0.33 0.59
Hex AF B8 73 5 0 26 1C 44 21 3B
Octal 257 270 163 5 0 46 34 104 41 73
Binary 10101111 10111000 1110011 101 0 100110 11100 1000100 100001 111011

Color Harmonies of #AFB873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB873

Black with #AFB873

Text Example


Text Example

White with #AFB873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB873; }

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

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

background-color css

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

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

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

border-color css

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

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

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