Html Css Color HEX #A0751E Hacienda

📋 copy color: '#A0751E'

red 160 ◦ green 117 ◦ blue 30

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

Shades of Hacienda #A0751E

Tints of Hacienda #A0751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 52.12%
G = 38.11%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0751E (or 0xA0751E) is known color: Hacienda. HEX triplet: A0, 75 and 1E. RGB value is (160,117,30). Sum of RGB (Red+Green+Blue) = 160+117+30=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0751E is #5F8AE1. Grayscale: #787878. Windows color (decimal): -6261474 or 1996192. OLE color: 1996192.

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

Color convert

RGB 160 117 30 -
CMYK 0 0.27 0.81 0.37
HSL 40.15º 0.68% 0.37% -
HSV(B) 40.15º 0.81% 0.63% -
XYZ 21.09 20.29 4.03 -
YUV 119.94 77.25 156.57 -
System Red Green Blue C M Y K H S L
Decimal 160 117 30 0 0.27 0.81 0.37 40.15 0.68 0.37
Hex A0 75 1E 0 1B 51 25 28 44 25
Octal 240 165 36 0 33 121 45 50 104 45
Binary 10100000 1110101 11110 0 11011 1010001 100101 101000 1000100 100101

Color Harmonies of #A0751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0751E

Black with #A0751E

Text Example


Text Example

White with #A0751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0751E; }

 p { color: rgb(160,117,30); }

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

background-color css

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

 a { background-color: rgb(160,117,30); }

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

border-color css

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

 span { border-color: rgb(160,117,30); }

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