Html Css Color HEX #AA863D Alpine

📋 copy color: '#AA863D'

red 170 ◦ green 134 ◦ blue 61

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

Shades of Alpine #AA863D

Tints of Alpine #AA863D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.71%

R = 46.58%
G = 36.71%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA863D (or 0xAA863D) is known color: Alpine. HEX triplet: AA, 86 and 3D. RGB value is (170,134,61). Sum of RGB (Red+Green+Blue) = 170+134+61=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA863D is #5579C2. Grayscale: #888888. Windows color (decimal): -5601731 or 4032170. OLE color: 4032170.

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

Color convert

RGB 170 134 61 -
CMYK 0 0.21 0.64 0.33
HSL 40.18º 0.47% 0.45% -
HSV(B) 40.18º 0.64% 0.67% -
XYZ 25.94 25.93 8.05 -
YUV 136.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 170 134 61 0 0.21 0.64 0.33 40.18 0.47 0.45
Hex AA 86 3D 0 15 40 21 28 2F 2D
Octal 252 206 75 0 25 100 41 50 57 55
Binary 10101010 10000110 111101 0 10101 1000000 100001 101000 101111 101101

Color Harmonies of #AA863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA863D

Black with #AA863D

Text Example


Text Example

White with #AA863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA863D; }

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

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

background-color css

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

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

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

border-color css

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

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

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