Html Css Color HEX #AFB481 Pine Glade

📋 copy color: '#AFB481'

red 175 ◦ green 180 ◦ blue 129

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

Shades of Pine Glade #AFB481

Tints of Pine Glade #AFB481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.19%

 BLUE value IS 129 (50.78% from 255) = 26.65%

R = 36.16%
G = 37.19%
B = 26.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#AFB481 (or 0xAFB481) is known color: Pine Glade. HEX triplet: AF, B4 and 81. RGB value is (175,180,129). Sum of RGB (Red+Green+Blue) = 175+180+129=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB481 is #504B7E. Grayscale: #ACACAC. Windows color (decimal): -5262207 or 8500399. OLE color: 8500399.

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

Color convert

RGB 175 180 129 -
CMYK 0.03 0 0.28 0.29
HSL 65.88º 0.25% 0.61% -
HSV(B) 65.88º 0.28% 0.71% -
XYZ 37.96 43.34 27.13 -
YUV 172.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 175 180 129 0.03 0 0.28 0.29 65.88 0.25 0.61
Hex AF B4 81 3 0 1C 1D 42 19 3D
Octal 257 264 201 3 0 34 35 102 31 75
Binary 10101111 10110100 10000001 11 0 11100 11101 1000010 11001 111101

Color Harmonies of #AFB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB481

Black with #AFB481

Text Example


Text Example

White with #AFB481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB481; }

 p { color: rgb(175,180,129); }

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

background-color css

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

 a { background-color: rgb(175,180,129); }

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

border-color css

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

 span { border-color: rgb(175,180,129); }

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