Html Css Color HEX #A0803F Alpine

📋 copy color: '#A0803F'

red 160 ◦ green 128 ◦ blue 63

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

Shades of Alpine #A0803F

Tints of Alpine #A0803F

RGB

 RED value IS 160 (62.89% from 255) = 45.58%

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

 BLUE value IS 63 (25% from 255) = 17.95%

R = 45.58%
G = 36.47%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0803F (or 0xA0803F) is known color: Alpine. HEX triplet: A0, 80 and 3F. RGB value is (160,128,63). Sum of RGB (Red+Green+Blue) = 160+128+63=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0803F is #5F7FC0. Grayscale: #828282. Windows color (decimal): -6258625 or 4161696. OLE color: 4161696.

HSL color Cylindrical-coordinate representation of color #A0803F: hue angle of 40.21º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0803F is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 63 -
CMYK 0 0.20 0.61 0.37
HSL 40.21º 0.43% 0.44% -
HSV(B) 40.21º 0.61% 0.63% -
XYZ 23.11 23.27 7.98 -
YUV 130.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 160 128 63 0 0.20 0.61 0.37 40.21 0.43 0.44
Hex A0 80 3F 0 14 3D 25 28 2B 2C
Octal 240 200 77 0 24 75 45 50 53 54
Binary 10100000 10000000 111111 0 10100 111101 100101 101000 101011 101100

Color Harmonies of #A0803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0803F

Black with #A0803F

Text Example


Text Example

White with #A0803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0803F; }

 p { color: rgb(160,128,63); }

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

background-color css

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

 a { background-color: rgb(160,128,63); }

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

border-color css

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

 span { border-color: rgb(160,128,63); }

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