Html Css Color HEX #AA7B3E Alpine

📋 copy color: '#AA7B3E'

red 170 ◦ green 123 ◦ blue 62

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

Shades of Alpine #AA7B3E

Tints of Alpine #AA7B3E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.65%

 BLUE value IS 62 (24.61% from 255) = 17.46%

R = 47.89%
G = 34.65%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA7B3E (or 0xAA7B3E) is known color: Alpine. HEX triplet: AA, 7B and 3E. RGB value is (170,123,62). Sum of RGB (Red+Green+Blue) = 170+123+62=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B3E is #5584C1. Grayscale: #828282. Windows color (decimal): -5604546 or 4094890. OLE color: 4094890.

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

Color convert

RGB 170 123 62 -
CMYK 0 0.28 0.64 0.33
HSL 33.89º 0.47% 0.45% -
HSV(B) 33.89º 0.64% 0.67% -
XYZ 24.53 23.06 7.72 -
YUV 130.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 170 123 62 0 0.28 0.64 0.33 33.89 0.47 0.45
Hex AA 7B 3E 0 1C 40 21 22 2F 2D
Octal 252 173 76 0 34 100 41 42 57 55
Binary 10101010 1111011 111110 0 11100 1000000 100001 100010 101111 101101

Color Harmonies of #AA7B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B3E

Black with #AA7B3E

Text Example


Text Example

White with #AA7B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B3E; }

 p { color: rgb(170,123,62); }

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

background-color css

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

 a { background-color: rgb(170,123,62); }

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

border-color css

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

 span { border-color: rgb(170,123,62); }

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