Html Css Color HEX #AA7F3A Alpine

📋 copy color: '#AA7F3A'

red 170 ◦ green 127 ◦ blue 58

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

Shades of Alpine #AA7F3A

Tints of Alpine #AA7F3A

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

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

R = 47.89%
G = 35.77%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA7F3A (or 0xAA7F3A) is known color: Alpine. HEX triplet: AA, 7F and 3A. RGB value is (170,127,58). Sum of RGB (Red+Green+Blue) = 170+127+58=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F3A is #5580C5. Grayscale: #848484. Windows color (decimal): -5603526 or 3833770. OLE color: 3833770.

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

Color convert

RGB 170 127 58 -
CMYK 0 0.25 0.66 0.33
HSL 36.96º 0.49% 0.45% -
HSV(B) 36.96º 0.66% 0.67% -
XYZ 24.93 24.03 7.33 -
YUV 131.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 170 127 58 0 0.25 0.66 0.33 36.96 0.49 0.45
Hex AA 7F 3A 0 19 42 21 25 31 2D
Octal 252 177 72 0 31 102 41 45 61 55
Binary 10101010 1111111 111010 0 11001 1000010 100001 100101 110001 101101

Color Harmonies of #AA7F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F3A

Black with #AA7F3A

Text Example


Text Example

White with #AA7F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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