Html Css Color HEX #AFB970 Pine Glade

📋 copy color: '#AFB970'

red 175 ◦ green 185 ◦ blue 112

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

Shades of Pine Glade #AFB970

Tints of Pine Glade #AFB970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.73%

R = 37.08%
G = 39.19%
B = 23.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#AFB970 (or 0xAFB970) is known color: Pine Glade. HEX triplet: AF, B9 and 70. RGB value is (175,185,112). Sum of RGB (Red+Green+Blue) = 175+185+112=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB970 is #50468F. Grayscale: #ADADAD. Windows color (decimal): -5260944 or 7387567. OLE color: 7387567.

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

Color convert

RGB 175 185 112 -
CMYK 0.05 0 0.39 0.27
HSL 68.22º 0.34% 0.58% -
HSV(B) 68.22º 0.39% 0.73% -
XYZ 37.95 44.98 22.01 -
YUV 173.69 93.19 128.94 -
System Red Green Blue C M Y K H S L
Decimal 175 185 112 0.05 0 0.39 0.27 68.22 0.34 0.58
Hex AF B9 70 5 0 27 1B 44 22 3A
Octal 257 271 160 5 0 47 33 104 42 72
Binary 10101111 10111001 1110000 101 0 100111 11011 1000100 100010 111010

Color Harmonies of #AFB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB970

Black with #AFB970

Text Example


Text Example

White with #AFB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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