Html Css Color HEX #AFB870 Pine Glade

📋 copy color: '#AFB870'

red 175 ◦ green 184 ◦ blue 112

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

Shades of Pine Glade #AFB870

Tints of Pine Glade #AFB870

RGB

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

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

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

R = 37.15%
G = 39.07%
B = 23.78%

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

#AFB870 (or 0xAFB870) is known color: Pine Glade. HEX triplet: AF, B8 and 70. RGB value is (175,184,112). Sum of RGB (Red+Green+Blue) = 175+184+112=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB870 is #50478F. Grayscale: #ADADAD. Windows color (decimal): -5261200 or 7387311. OLE color: 7387311.

HSL color Cylindrical-coordinate representation of color #AFB870: hue angle of 67.5º degrees, saturation: 0.34, 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 #AFB870 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 112 -
CMYK 0.05 0 0.39 0.28
HSL 67.5º 0.34% 0.58% -
HSV(B) 67.5º 0.39% 0.72% -
XYZ 37.74 44.56 21.94 -
YUV 173.1 93.52 129.35 -
System Red Green Blue C M Y K H S L
Decimal 175 184 112 0.05 0 0.39 0.28 67.5 0.34 0.58
Hex AF B8 70 5 0 27 1C 44 22 3A
Octal 257 270 160 5 0 47 34 104 42 72
Binary 10101111 10111000 1110000 101 0 100111 11100 1000100 100010 111010

Color Harmonies of #AFB870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB870

Black with #AFB870

Text Example


Text Example

White with #AFB870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB870; }

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

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

background-color css

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

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

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

border-color css

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

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

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