Html Css Color HEX #AA853D Alpine

📋 copy color: '#AA853D'

red 170 ◦ green 133 ◦ blue 61

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

Shades of Alpine #AA853D

Tints of Alpine #AA853D

RGB

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

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

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

R = 46.7%
G = 36.54%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA853D (or 0xAA853D) is known color: Alpine. HEX triplet: AA, 85 and 3D. RGB value is (170,133,61). Sum of RGB (Red+Green+Blue) = 170+133+61=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA853D is #557AC2. Grayscale: #888888. Windows color (decimal): -5601987 or 4031914. OLE color: 4031914.

HSL color Cylindrical-coordinate representation of color #AA853D: hue angle of 39.63º 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 #AA853D is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 61 -
CMYK 0 0.22 0.64 0.33
HSL 39.63º 0.47% 0.45% -
HSV(B) 39.63º 0.64% 0.67% -
XYZ 25.81 25.66 8.01 -
YUV 135.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 170 133 61 0 0.22 0.64 0.33 39.63 0.47 0.45
Hex AA 85 3D 0 16 40 21 28 2F 2D
Octal 252 205 75 0 26 100 41 50 57 55
Binary 10101010 10000101 111101 0 10110 1000000 100001 101000 101111 101101

Color Harmonies of #AA853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA853D

Black with #AA853D

Text Example


Text Example

White with #AA853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA853D; }

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

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

background-color css

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

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

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

border-color css

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

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

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