Html Css Color HEX #AFB483 Pine Glade

📋 copy color: '#AFB483'

red 175 ◦ green 180 ◦ blue 131

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

Shades of Pine Glade #AFB483

Tints of Pine Glade #AFB483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.95%

R = 36.01%
G = 37.04%
B = 26.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#AFB483 (or 0xAFB483) is known color: Pine Glade. HEX triplet: AF, B4 and 83. RGB value is (175,180,131). Sum of RGB (Red+Green+Blue) = 175+180+131=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB483 is #504B7C. Grayscale: #ADADAD. Windows color (decimal): -5262205 or 8631471. OLE color: 8631471.

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

Color convert

RGB 175 180 131 -
CMYK 0.03 0 0.27 0.29
HSL 66.12º 0.25% 0.61% -
HSV(B) 66.12º 0.27% 0.71% -
XYZ 38.1 43.4 27.84 -
YUV 172.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 175 180 131 0.03 0 0.27 0.29 66.12 0.25 0.61
Hex AF B4 83 3 0 1B 1D 42 19 3D
Octal 257 264 203 3 0 33 35 102 31 75
Binary 10101111 10110100 10000011 11 0 11011 11101 1000010 11001 111101

Color Harmonies of #AFB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB483

Black with #AFB483

Text Example


Text Example

White with #AFB483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB483; }

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

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

background-color css

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

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

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

border-color css

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

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

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