Html Css Color HEX #A48036 Alpine

📋 copy color: '#A48036'

red 164 ◦ green 128 ◦ blue 54

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

Shades of Alpine #A48036

Tints of Alpine #A48036

RGB

 RED value IS 164 (64.45% from 255) = 47.4%

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 54 (21.48% from 255) = 15.61%

R = 47.4%
G = 36.99%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A48036 (or 0xA48036) is known color: Alpine. HEX triplet: A4, 80 and 36. RGB value is (164,128,54). Sum of RGB (Red+Green+Blue) = 164+128+54=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A48036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48036 is #5B7FC9. Grayscale: #828282. Windows color (decimal): -5996490 or 3571876. OLE color: 3571876.

HSL color Cylindrical-coordinate representation of color #A48036: hue angle of 40.36º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A48036 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 128 54 -
CMYK 0 0.22 0.67 0.36
HSL 40.36º 0.5% 0.43% -
HSV(B) 40.36º 0.67% 0.64% -
XYZ 23.69 23.6 6.8 -
YUV 130.33 84.93 152.02 -
System Red Green Blue C M Y K H S L
Decimal 164 128 54 0 0.22 0.67 0.36 40.36 0.5 0.43
Hex A4 80 36 0 16 43 24 28 32 2B
Octal 244 200 66 0 26 103 44 50 62 53
Binary 10100100 10000000 110110 0 10110 1000011 100100 101000 110010 101011

Color Harmonies of #A48036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48036

Black with #A48036

Text Example


Text Example

White with #A48036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48036; }

 p { color: rgb(164,128,54); }

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

background-color css

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

 a { background-color: rgb(164,128,54); }

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

border-color css

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

 span { border-color: rgb(164,128,54); }

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