Html Css Color HEX #AFB973 Pine Glade

📋 copy color: '#AFB973'

red 175 ◦ green 185 ◦ blue 115

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

Shades of Pine Glade #AFB973

Tints of Pine Glade #AFB973

RGB

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

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

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

R = 36.84%
G = 38.95%
B = 24.21%

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

#AFB973 (or 0xAFB973) is known color: Pine Glade. HEX triplet: AF, B9 and 73. RGB value is (175,185,115). Sum of RGB (Red+Green+Blue) = 175+185+115=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB973 is #50468C. Grayscale: #AEAEAE. Windows color (decimal): -5260941 or 7584175. OLE color: 7584175.

HSL color Cylindrical-coordinate representation of color #AFB973: hue angle of 68.57º degrees, saturation: 0.33, 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 #AFB973 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 115 -
CMYK 0.05 0 0.38 0.27
HSL 68.57º 0.33% 0.59% -
HSV(B) 68.57º 0.38% 0.73% -
XYZ 38.12 45.05 22.91 -
YUV 174.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 175 185 115 0.05 0 0.38 0.27 68.57 0.33 0.59
Hex AF B9 73 5 0 26 1B 45 21 3B
Octal 257 271 163 5 0 46 33 105 41 73
Binary 10101111 10111001 1110011 101 0 100110 11011 1000101 100001 111011

Color Harmonies of #AFB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB973

Black with #AFB973

Text Example


Text Example

White with #AFB973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB973; }

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

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

background-color css

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

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

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

border-color css

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

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

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