Html Css Color HEX #AFB57D Pine Glade

📋 copy color: '#AFB57D'

red 175 ◦ green 181 ◦ blue 125

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

Shades of Pine Glade #AFB57D

Tints of Pine Glade #AFB57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.99%

R = 36.38%
G = 37.63%
B = 25.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#AFB57D (or 0xAFB57D) is known color: Pine Glade. HEX triplet: AF, B5 and 7D. RGB value is (175,181,125). Sum of RGB (Red+Green+Blue) = 175+181+125=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB57D is #504A82. Grayscale: #ADADAD. Windows color (decimal): -5261955 or 8238511. OLE color: 8238511.

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

Color convert

RGB 175 181 125 -
CMYK 0.03 0 0.31 0.29
HSL 66.43º 0.27% 0.6% -
HSV(B) 66.43º 0.31% 0.71% -
XYZ 37.9 43.64 25.83 -
YUV 172.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 175 181 125 0.03 0 0.31 0.29 66.43 0.27 0.6
Hex AF B5 7D 3 0 1F 1D 42 1B 3C
Octal 257 265 175 3 0 37 35 102 33 74
Binary 10101111 10110101 1111101 11 0 11111 11101 1000010 11011 111100

Color Harmonies of #AFB57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB57D

Black with #AFB57D

Text Example


Text Example

White with #AFB57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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