Html Css Color HEX #A0761D Hacienda

📋 copy color: '#A0761D'

red 160 ◦ green 118 ◦ blue 29

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

Shades of Hacienda #A0761D

Tints of Hacienda #A0761D

RGB

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

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

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

R = 52.12%
G = 38.44%
B = 9.45%

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

#A0761D (or 0xA0761D) is known color: Hacienda. HEX triplet: A0, 76 and 1D. RGB value is (160,118,29). Sum of RGB (Red+Green+Blue) = 160+118+29=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0761D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0761D is #5F89E2. Grayscale: #787878. Windows color (decimal): -6261219 or 1930912. OLE color: 1930912.

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

Color convert

RGB 160 118 29 -
CMYK 0 0.26 0.82 0.37
HSL 40.76º 0.69% 0.37% -
HSV(B) 40.76º 0.82% 0.63% -
XYZ 21.2 20.52 4.01 -
YUV 120.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 160 118 29 0 0.26 0.82 0.37 40.76 0.69 0.37
Hex A0 76 1D 0 1A 52 25 29 45 25
Octal 240 166 35 0 32 122 45 51 105 45
Binary 10100000 1110110 11101 0 11010 1010010 100101 101001 1000101 100101

Color Harmonies of #A0761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0761D

Black with #A0761D

Text Example


Text Example

White with #A0761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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