Html Css Color HEX #A0731E Hacienda

📋 copy color: '#A0731E'

red 160 ◦ green 115 ◦ blue 30

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

Shades of Hacienda #A0731E

Tints of Hacienda #A0731E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.7%

 BLUE value IS 30 (12.11% from 255) = 9.84%

R = 52.46%
G = 37.7%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0731E (or 0xA0731E) is known color: Hacienda. HEX triplet: A0, 73 and 1E. RGB value is (160,115,30). Sum of RGB (Red+Green+Blue) = 160+115+30=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0731E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0731E is #5F8CE1. Grayscale: #777777. Windows color (decimal): -6261986 or 1995680. OLE color: 1995680.

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

Color convert

RGB 160 115 30 -
CMYK 0 0.28 0.81 0.37
HSL 39.23º 0.68% 0.37% -
HSV(B) 39.23º 0.81% 0.63% -
XYZ 20.86 19.83 3.96 -
YUV 118.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 160 115 30 0 0.28 0.81 0.37 39.23 0.68 0.37
Hex A0 73 1E 0 1C 51 25 27 44 25
Octal 240 163 36 0 34 121 45 47 104 45
Binary 10100000 1110011 11110 0 11100 1010001 100101 100111 1000100 100101

Color Harmonies of #A0731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0731E

Black with #A0731E

Text Example


Text Example

White with #A0731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0731E; }

 p { color: rgb(160,115,30); }

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

background-color css

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

 a { background-color: rgb(160,115,30); }

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

border-color css

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

 span { border-color: rgb(160,115,30); }

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