Html Css Color HEX #AFB575 Pine Glade

📋 copy color: '#AFB575'

red 175 ◦ green 181 ◦ blue 117

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

Shades of Pine Glade #AFB575

Tints of Pine Glade #AFB575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.27%

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 37%
G = 38.27%
B = 24.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#AFB575 (or 0xAFB575) is known color: Pine Glade. HEX triplet: AF, B5 and 75. RGB value is (175,181,117). Sum of RGB (Red+Green+Blue) = 175+181+117=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB575 is #504A8A. Grayscale: #ACACAC. Windows color (decimal): -5261963 or 7714223. OLE color: 7714223.

HSL color Cylindrical-coordinate representation of color #AFB575: hue angle of 65.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFB575 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 117 -
CMYK 0.03 0 0.35 0.29
HSL 65.63º 0.3% 0.58% -
HSV(B) 65.63º 0.35% 0.71% -
XYZ 37.41 43.45 23.24 -
YUV 171.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 175 181 117 0.03 0 0.35 0.29 65.63 0.3 0.58
Hex AF B5 75 3 0 23 1D 42 1E 3A
Octal 257 265 165 3 0 43 35 102 36 72
Binary 10101111 10110101 1110101 11 0 100011 11101 1000010 11110 111010

Color Harmonies of #AFB575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB575

Black with #AFB575

Text Example


Text Example

White with #AFB575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB575; }

 p { color: rgb(175,181,117); }

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

background-color css

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

 a { background-color: rgb(175,181,117); }

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

border-color css

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

 span { border-color: rgb(175,181,117); }

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