Html Css Color HEX #A07E3B Alpine

📋 copy color: '#A07E3B'

red 160 ◦ green 126 ◦ blue 59

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

Shades of Alpine #A07E3B

Tints of Alpine #A07E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 46.38%
G = 36.52%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A07E3B (or 0xA07E3B) is known color: Alpine. HEX triplet: A0, 7E and 3B. RGB value is (160,126,59). Sum of RGB (Red+Green+Blue) = 160+126+59=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E3B is #5F81C4. Grayscale: #808080. Windows color (decimal): -6259141 or 3899040. OLE color: 3899040.

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

Color convert

RGB 160 126 59 -
CMYK 0 0.21 0.63 0.37
HSL 39.8º 0.46% 0.43% -
HSV(B) 39.8º 0.63% 0.63% -
XYZ 22.75 22.71 7.32 -
YUV 128.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 160 126 59 0 0.21 0.63 0.37 39.8 0.46 0.43
Hex A0 7E 3B 0 15 3F 25 28 2E 2B
Octal 240 176 73 0 25 77 45 50 56 53
Binary 10100000 1111110 111011 0 10101 111111 100101 101000 101110 101011

Color Harmonies of #A07E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E3B

Black with #A07E3B

Text Example


Text Example

White with #A07E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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