Html Css Color HEX #AFB482 Pine Glade

📋 copy color: '#AFB482'

red 175 ◦ green 180 ◦ blue 130

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

Shades of Pine Glade #AFB482

Tints of Pine Glade #AFB482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.8%

R = 36.08%
G = 37.11%
B = 26.8%

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

#AFB482 (or 0xAFB482) is known color: Pine Glade. HEX triplet: AF, B4 and 82. RGB value is (175,180,130). Sum of RGB (Red+Green+Blue) = 175+180+130=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB482 is #504B7D. Grayscale: #ADADAD. Windows color (decimal): -5262206 or 8565935. OLE color: 8565935.

HSL color Cylindrical-coordinate representation of color #AFB482: hue angle of 66º 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 #AFB482 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 130 -
CMYK 0.03 0 0.28 0.29
HSL 66º 0.25% 0.61% -
HSV(B) 66º 0.28% 0.71% -
XYZ 38.03 43.37 27.49 -
YUV 172.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 175 180 130 0.03 0 0.28 0.29 66 0.25 0.61
Hex AF B4 82 3 0 1C 1D 42 19 3D
Octal 257 264 202 3 0 34 35 102 31 75
Binary 10101111 10110100 10000010 11 0 11100 11101 1000010 11001 111101

Color Harmonies of #AFB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB482

Black with #AFB482

Text Example


Text Example

White with #AFB482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB482; }

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

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

background-color css

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

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

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

border-color css

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

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

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