Html Css Color HEX #A0741B Hacienda

📋 copy color: '#A0741B'

red 160 ◦ green 116 ◦ blue 27

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

Shades of Hacienda #A0741B

Tints of Hacienda #A0741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.91%

R = 52.81%
G = 38.28%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0741B (or 0xA0741B) is known color: Hacienda. HEX triplet: A0, 74 and 1B. RGB value is (160,116,27). Sum of RGB (Red+Green+Blue) = 160+116+27=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0741B is #5F8BE4. Grayscale: #777777. Windows color (decimal): -6261733 or 1799328. OLE color: 1799328.

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

Color convert

RGB 160 116 27 -
CMYK 0 0.28 0.83 0.37
HSL 40.15º 0.71% 0.37% -
HSV(B) 40.15º 0.83% 0.63% -
XYZ 20.94 20.04 3.8 -
YUV 119.01 76.08 157.24 -
System Red Green Blue C M Y K H S L
Decimal 160 116 27 0 0.28 0.83 0.37 40.15 0.71 0.37
Hex A0 74 1B 0 1C 53 25 28 47 25
Octal 240 164 33 0 34 123 45 50 107 45
Binary 10100000 1110100 11011 0 11100 1010011 100101 101000 1000111 100101

Color Harmonies of #A0741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0741B

Black with #A0741B

Text Example


Text Example

White with #A0741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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