Html Css Color HEX #A48035 Alpine

📋 copy color: '#A48035'

red 164 ◦ green 128 ◦ blue 53

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

Shades of Alpine #A48035

Tints of Alpine #A48035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.36%

R = 47.54%
G = 37.1%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A48035 (or 0xA48035) is known color: Alpine. HEX triplet: A4, 80 and 35. RGB value is (164,128,53). Sum of RGB (Red+Green+Blue) = 164+128+53=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A48035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48035 is #5B7FCA. Grayscale: #828282. Windows color (decimal): -5996491 or 3506340. OLE color: 3506340.

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

Color convert

RGB 164 128 53 -
CMYK 0 0.22 0.68 0.36
HSL 40.54º 0.51% 0.43% -
HSV(B) 40.54º 0.68% 0.64% -
XYZ 23.67 23.59 6.67 -
YUV 130.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 164 128 53 0 0.22 0.68 0.36 40.54 0.51 0.43
Hex A4 80 35 0 16 44 24 29 33 2B
Octal 244 200 65 0 26 104 44 51 63 53
Binary 10100100 10000000 110101 0 10110 1000100 100100 101001 110011 101011

Color Harmonies of #A48035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48035

Black with #A48035

Text Example


Text Example

White with #A48035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48035; }

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

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

background-color css

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

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

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

border-color css

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

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

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