Html Css Color HEX #A0731D Hacienda

📋 copy color: '#A0731D'

red 160 ◦ green 115 ◦ blue 29

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

Shades of Hacienda #A0731D

Tints of Hacienda #A0731D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 52.63%
G = 37.83%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0731D (or 0xA0731D) is known color: Hacienda. HEX triplet: A0, 73 and 1D. RGB value is (160,115,29). Sum of RGB (Red+Green+Blue) = 160+115+29=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0731D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0731D is #5F8CE2. Grayscale: #777777. Windows color (decimal): -6261987 or 1930144. OLE color: 1930144.

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

Color convert

RGB 160 115 29 -
CMYK 0 0.28 0.82 0.37
HSL 39.39º 0.69% 0.37% -
HSV(B) 39.39º 0.82% 0.63% -
XYZ 20.85 19.82 3.89 -
YUV 118.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 160 115 29 0 0.28 0.82 0.37 39.39 0.69 0.37
Hex A0 73 1D 0 1C 52 25 27 45 25
Octal 240 163 35 0 34 122 45 47 105 45
Binary 10100000 1110011 11101 0 11100 1010010 100101 100111 1000101 100101

Color Harmonies of #A0731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0731D

Black with #A0731D

Text Example


Text Example

White with #A0731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0731D; }

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

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

background-color css

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

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

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

border-color css

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

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

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