Html Css Color HEX #A07E3C Alpine

📋 copy color: '#A07E3C'

red 160 ◦ green 126 ◦ blue 60

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

Shades of Alpine #A07E3C

Tints of Alpine #A07E3C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.42%

 BLUE value IS 60 (23.83% from 255) = 17.34%

R = 46.24%
G = 36.42%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A07E3C (or 0xA07E3C) is known color: Alpine. HEX triplet: A0, 7E and 3C. RGB value is (160,126,60). Sum of RGB (Red+Green+Blue) = 160+126+60=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E3C is #5F81C3. Grayscale: #808080. Windows color (decimal): -6259140 or 3964576. OLE color: 3964576.

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

Color convert

RGB 160 126 60 -
CMYK 0 0.21 0.62 0.37
HSL 39.6º 0.45% 0.43% -
HSV(B) 39.6º 0.63% 0.63% -
XYZ 22.77 22.72 7.46 -
YUV 128.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 160 126 60 0 0.21 0.62 0.37 39.6 0.45 0.43
Hex A0 7E 3C 0 15 3E 25 28 2D 2B
Octal 240 176 74 0 25 76 45 50 55 53
Binary 10100000 1111110 111100 0 10101 111110 100101 101000 101101 101011

Color Harmonies of #A07E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E3C

Black with #A07E3C

Text Example


Text Example

White with #A07E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E3C; }

 p { color: rgb(160,126,60); }

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

background-color css

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

 a { background-color: rgb(160,126,60); }

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

border-color css

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

 span { border-color: rgb(160,126,60); }

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