Html Css Color HEX #A0741D Hacienda

📋 copy color: '#A0741D'

red 160 ◦ green 116 ◦ blue 29

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

Shades of Hacienda #A0741D

Tints of Hacienda #A0741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

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

R = 52.46%
G = 38.03%
B = 9.51%

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

#A0741D (or 0xA0741D) is known color: Hacienda. HEX triplet: A0, 74 and 1D. RGB value is (160,116,29). Sum of RGB (Red+Green+Blue) = 160+116+29=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0741D is #5F8BE2. Grayscale: #777777. Windows color (decimal): -6261731 or 1930400. OLE color: 1930400.

HSL color Cylindrical-coordinate representation of color #A0741D: hue angle of 39.85º 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 #A0741D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 29 -
CMYK 0 0.28 0.82 0.37
HSL 39.85º 0.69% 0.37% -
HSV(B) 39.85º 0.82% 0.63% -
XYZ 20.96 20.05 3.93 -
YUV 119.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 160 116 29 0 0.28 0.82 0.37 39.85 0.69 0.37
Hex A0 74 1D 0 1C 52 25 28 45 25
Octal 240 164 35 0 34 122 45 50 105 45
Binary 10100000 1110100 11101 0 11100 1010010 100101 101000 1000101 100101

Color Harmonies of #A0741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0741D

Black with #A0741D

Text Example


Text Example

White with #A0741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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