Html Css Color HEX #AFB57B Pine Glade

📋 copy color: '#AFB57B'

red 175 ◦ green 181 ◦ blue 123

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

Shades of Pine Glade #AFB57B

Tints of Pine Glade #AFB57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.68%

R = 36.53%
G = 37.79%
B = 25.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#AFB57B (or 0xAFB57B) is known color: Pine Glade. HEX triplet: AF, B5 and 7B. RGB value is (175,181,123). Sum of RGB (Red+Green+Blue) = 175+181+123=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB57B is #504A84. Grayscale: #ACACAC. Windows color (decimal): -5261957 or 8107439. OLE color: 8107439.

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

Color convert

RGB 175 181 123 -
CMYK 0.03 0 0.32 0.29
HSL 66.21º 0.28% 0.6% -
HSV(B) 66.21º 0.32% 0.71% -
XYZ 37.78 43.59 25.16 -
YUV 172.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 175 181 123 0.03 0 0.32 0.29 66.21 0.28 0.6
Hex AF B5 7B 3 0 20 1D 42 1C 3C
Octal 257 265 173 3 0 40 35 102 34 74
Binary 10101111 10110101 1111011 11 0 100000 11101 1000010 11100 111100

Color Harmonies of #AFB57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB57B

Black with #AFB57B

Text Example


Text Example

White with #AFB57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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