Html Css Color HEX #AA8535 Alpine

📋 copy color: '#AA8535'

red 170 ◦ green 133 ◦ blue 53

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

Shades of Alpine #AA8535

Tints of Alpine #AA8535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.89%

R = 47.75%
G = 37.36%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA8535 (or 0xAA8535) is known color: Alpine. HEX triplet: AA, 85 and 35. RGB value is (170,133,53). Sum of RGB (Red+Green+Blue) = 170+133+53=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8535 is #557ACA. Grayscale: #878787. Windows color (decimal): -5601995 or 3507626. OLE color: 3507626.

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

Color convert

RGB 170 133 53 -
CMYK 0 0.22 0.69 0.33
HSL 41.03º 0.52% 0.44% -
HSV(B) 41.03º 0.69% 0.67% -
XYZ 25.61 25.58 6.96 -
YUV 134.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 170 133 53 0 0.22 0.69 0.33 41.03 0.52 0.44
Hex AA 85 35 0 16 45 21 29 34 2C
Octal 252 205 65 0 26 105 41 51 64 54
Binary 10101010 10000101 110101 0 10110 1000101 100001 101001 110100 101100

Color Harmonies of #AA8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8535

Black with #AA8535

Text Example


Text Example

White with #AA8535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8535; }

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

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

background-color css

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

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

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

border-color css

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

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

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