Html Css Color HEX #AA863A Alpine

📋 copy color: '#AA863A'

red 170 ◦ green 134 ◦ blue 58

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

Shades of Alpine #AA863A

Tints of Alpine #AA863A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.02%

 BLUE value IS 58 (23.05% from 255) = 16.02%

R = 46.96%
G = 37.02%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA863A (or 0xAA863A) is known color: Alpine. HEX triplet: AA, 86 and 3A. RGB value is (170,134,58). Sum of RGB (Red+Green+Blue) = 170+134+58=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA863A is #5579C5. Grayscale: #888888. Windows color (decimal): -5601734 or 3835562. OLE color: 3835562.

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

Color convert

RGB 170 134 58 -
CMYK 0 0.21 0.66 0.33
HSL 40.71º 0.49% 0.45% -
HSV(B) 40.71º 0.66% 0.67% -
XYZ 25.87 25.9 7.64 -
YUV 136.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 170 134 58 0 0.21 0.66 0.33 40.71 0.49 0.45
Hex AA 86 3A 0 15 42 21 29 31 2D
Octal 252 206 72 0 25 102 41 51 61 55
Binary 10101010 10000110 111010 0 10101 1000010 100001 101001 110001 101101

Color Harmonies of #AA863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA863A

Black with #AA863A

Text Example


Text Example

White with #AA863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA863A; }

 p { color: rgb(170,134,58); }

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

background-color css

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

 a { background-color: rgb(170,134,58); }

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

border-color css

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

 span { border-color: rgb(170,134,58); }

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