Html Css Color HEX #A07F37 Alpine

📋 copy color: '#A07F37'

red 160 ◦ green 127 ◦ blue 55

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

Shades of Alpine #A07F37

Tints of Alpine #A07F37

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 55 (21.88% from 255) = 16.08%

R = 46.78%
G = 37.13%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A07F37 (or 0xA07F37) is known color: Alpine. HEX triplet: A0, 7F and 37. RGB value is (160,127,55). Sum of RGB (Red+Green+Blue) = 160+127+55=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F37 is #5F80C8. Grayscale: #808080. Windows color (decimal): -6258889 or 3637152. OLE color: 3637152.

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

Color convert

RGB 160 127 55 -
CMYK 0 0.21 0.66 0.37
HSL 41.14º 0.49% 0.42% -
HSV(B) 41.14º 0.66% 0.63% -
XYZ 22.78 22.93 6.84 -
YUV 128.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 160 127 55 0 0.21 0.66 0.37 41.14 0.49 0.42
Hex A0 7F 37 0 15 42 25 29 31 2A
Octal 240 177 67 0 25 102 45 51 61 52
Binary 10100000 1111111 110111 0 10101 1000010 100101 101001 110001 101010

Color Harmonies of #A07F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F37

Black with #A07F37

Text Example


Text Example

White with #A07F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F37; }

 p { color: rgb(160,127,55); }

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

background-color css

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

 a { background-color: rgb(160,127,55); }

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

border-color css

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

 span { border-color: rgb(160,127,55); }

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