Html Css Color HEX #A0761C Hacienda

📋 copy color: '#A0761C'

red 160 ◦ green 118 ◦ blue 28

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

Shades of Hacienda #A0761C

Tints of Hacienda #A0761C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 52.29%
G = 38.56%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0761C (or 0xA0761C) is known color: Hacienda. HEX triplet: A0, 76 and 1C. RGB value is (160,118,28). Sum of RGB (Red+Green+Blue) = 160+118+28=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0761C is #5F89E3. Grayscale: #787878. Windows color (decimal): -6261220 or 1865376. OLE color: 1865376.

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

Color convert

RGB 160 118 28 -
CMYK 0 0.26 0.82 0.37
HSL 40.91º 0.7% 0.37% -
HSV(B) 40.91º 0.83% 0.63% -
XYZ 21.19 20.51 3.94 -
YUV 120.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 160 118 28 0 0.26 0.82 0.37 40.91 0.7 0.37
Hex A0 76 1C 0 1A 52 25 29 46 25
Octal 240 166 34 0 32 122 45 51 106 45
Binary 10100000 1110110 11100 0 11010 1010010 100101 101001 1000110 100101

Color Harmonies of #A0761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0761C

Black with #A0761C

Text Example


Text Example

White with #A0761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0761C; }

 p { color: rgb(160,118,28); }

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

background-color css

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

 a { background-color: rgb(160,118,28); }

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

border-color css

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

 span { border-color: rgb(160,118,28); }

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