Html Css Color HEX #AFB57F Pine Glade

📋 copy color: '#AFB57F'

red 175 ◦ green 181 ◦ blue 127

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

Shades of Pine Glade #AFB57F

Tints of Pine Glade #AFB57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.29%

R = 36.23%
G = 37.47%
B = 26.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#AFB57F (or 0xAFB57F) is known color: Pine Glade. HEX triplet: AF, B5 and 7F. RGB value is (175,181,127). Sum of RGB (Red+Green+Blue) = 175+181+127=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB57F is #504A80. Grayscale: #ADADAD. Windows color (decimal): -5261953 or 8369583. OLE color: 8369583.

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

Color convert

RGB 175 181 127 -
CMYK 0.03 0 0.30 0.29
HSL 66.67º 0.27% 0.6% -
HSV(B) 66.67º 0.3% 0.71% -
XYZ 38.03 43.69 26.51 -
YUV 173.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 175 181 127 0.03 0 0.30 0.29 66.67 0.27 0.6
Hex AF B5 7F 3 0 1E 1D 43 1B 3C
Octal 257 265 177 3 0 36 35 103 33 74
Binary 10101111 10110101 1111111 11 0 11110 11101 1000011 11011 111100

Color Harmonies of #AFB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB57F

Black with #AFB57F

Text Example


Text Example

White with #AFB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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