Html Css Color HEX #AA8237 Alpine

📋 copy color: '#AA8237'

red 170 ◦ green 130 ◦ blue 55

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

Shades of Alpine #AA8237

Tints of Alpine #AA8237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.62%

 BLUE value IS 55 (21.88% from 255) = 15.49%

R = 47.89%
G = 36.62%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA8237 (or 0xAA8237) is known color: Alpine. HEX triplet: AA, 82 and 37. RGB value is (170,130,55). Sum of RGB (Red+Green+Blue) = 170+130+55=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8237 is #557DC8. Grayscale: #858585. Windows color (decimal): -5602761 or 3637930. OLE color: 3637930.

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

Color convert

RGB 170 130 55 -
CMYK 0 0.24 0.68 0.33
HSL 39.13º 0.51% 0.44% -
HSV(B) 39.13º 0.68% 0.67% -
XYZ 25.25 24.79 7.07 -
YUV 133.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 170 130 55 0 0.24 0.68 0.33 39.13 0.51 0.44
Hex AA 82 37 0 18 44 21 27 33 2C
Octal 252 202 67 0 30 104 41 47 63 54
Binary 10101010 10000010 110111 0 11000 1000100 100001 100111 110011 101100

Color Harmonies of #AA8237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8237

Black with #AA8237

Text Example


Text Example

White with #AA8237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8237; }

 p { color: rgb(170,130,55); }

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

background-color css

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

 a { background-color: rgb(170,130,55); }

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

border-color css

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

 span { border-color: rgb(170,130,55); }

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