Html Css Color HEX #A07D3E Alpine

📋 copy color: '#A07D3E'

red 160 ◦ green 125 ◦ blue 62

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

Shades of Alpine #A07D3E

Tints of Alpine #A07D3E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

 BLUE value IS 62 (24.61% from 255) = 17.87%

R = 46.11%
G = 36.02%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A07D3E (or 0xA07D3E) is known color: Alpine. HEX triplet: A0, 7D and 3E. RGB value is (160,125,62). Sum of RGB (Red+Green+Blue) = 160+125+62=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D3E is #5F82C1. Grayscale: #808080. Windows color (decimal): -6259394 or 4095392. OLE color: 4095392.

HSL color Cylindrical-coordinate representation of color #A07D3E: hue angle of 38.57º degrees, saturation: 0.44, 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 #A07D3E is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 125 62 -
CMYK 0 0.22 0.61 0.37
HSL 38.57º 0.44% 0.44% -
HSV(B) 38.57º 0.61% 0.63% -
XYZ 22.7 22.49 7.7 -
YUV 128.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 160 125 62 0 0.22 0.61 0.37 38.57 0.44 0.44
Hex A0 7D 3E 0 16 3D 25 27 2C 2C
Octal 240 175 76 0 26 75 45 47 54 54
Binary 10100000 1111101 111110 0 10110 111101 100101 100111 101100 101100

Color Harmonies of #A07D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D3E

Black with #A07D3E

Text Example


Text Example

White with #A07D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D3E; }

 p { color: rgb(160,125,62); }

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

background-color css

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

 a { background-color: rgb(160,125,62); }

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

border-color css

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

 span { border-color: rgb(160,125,62); }

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