Html Css Color HEX #AA8541 Alpine

📋 copy color: '#AA8541'

red 170 ◦ green 133 ◦ blue 65

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

Shades of Alpine #AA8541

Tints of Alpine #AA8541

RGB

 RED value IS 170 (66.8% from 255) = 46.2%

 GREEN value IS 133 (52.34% from 255) = 36.14%

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 46.2%
G = 36.14%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA8541 (or 0xAA8541) is known color: Alpine. HEX triplet: AA, 85 and 41. RGB value is (170,133,65). Sum of RGB (Red+Green+Blue) = 170+133+65=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8541 is #557ABE. Grayscale: #888888. Windows color (decimal): -5601983 or 4294058. OLE color: 4294058.

HSL color Cylindrical-coordinate representation of color #AA8541: hue angle of 38.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA8541 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 65 -
CMYK 0 0.22 0.62 0.33
HSL 38.86º 0.45% 0.46% -
HSV(B) 38.86º 0.62% 0.67% -
XYZ 25.92 25.7 8.6 -
YUV 136.31 87.76 152.03 -
System Red Green Blue C M Y K H S L
Decimal 170 133 65 0 0.22 0.62 0.33 38.86 0.45 0.46
Hex AA 85 41 0 16 3E 21 27 2D 2E
Octal 252 205 101 0 26 76 41 47 55 56
Binary 10101010 10000101 1000001 0 10110 111110 100001 100111 101101 101110

Color Harmonies of #AA8541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8541

Black with #AA8541

Text Example


Text Example

White with #AA8541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8541; }

 p { color: rgb(170,133,65); }

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

background-color css

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

 a { background-color: rgb(170,133,65); }

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

border-color css

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

 span { border-color: rgb(170,133,65); }

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