Html Css Color HEX #AA7F38 Alpine

📋 copy color: '#AA7F38'

red 170 ◦ green 127 ◦ blue 56

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

Shades of Alpine #AA7F38

Tints of Alpine #AA7F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.86%

R = 48.16%
G = 35.98%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA7F38 (or 0xAA7F38) is known color: Alpine. HEX triplet: AA, 7F and 38. RGB value is (170,127,56). Sum of RGB (Red+Green+Blue) = 170+127+56=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F38 is #5580C7. Grayscale: #848484. Windows color (decimal): -5603528 or 3702698. OLE color: 3702698.

HSL color Cylindrical-coordinate representation of color #AA7F38: hue angle of 37.37º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA7F38 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 127 56 -
CMYK 0 0.25 0.67 0.33
HSL 37.37º 0.5% 0.44% -
HSV(B) 37.37º 0.67% 0.67% -
XYZ 24.88 24.01 7.06 -
YUV 131.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 170 127 56 0 0.25 0.67 0.33 37.37 0.5 0.44
Hex AA 7F 38 0 19 43 21 25 32 2C
Octal 252 177 70 0 31 103 41 45 62 54
Binary 10101010 1111111 111000 0 11001 1000011 100001 100101 110010 101100

Color Harmonies of #AA7F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F38

Black with #AA7F38

Text Example


Text Example

White with #AA7F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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