Html Css Color HEX #A07820 Hacienda

📋 copy color: '#A07820'

red 160 ◦ green 120 ◦ blue 32

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

Shades of Hacienda #A07820

Tints of Hacienda #A07820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 51.28%
G = 38.46%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A07820 (or 0xA07820) is known color: Hacienda. HEX triplet: A0, 78 and 20. RGB value is (160,120,32). Sum of RGB (Red+Green+Blue) = 160+120+32=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A07820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07820 is #5F87DF. Grayscale: #7A7A7A. Windows color (decimal): -6260704 or 2128032. OLE color: 2128032.

HSL color Cylindrical-coordinate representation of color #A07820: hue angle of 41.25º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A07820 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 32 -
CMYK 0 0.25 0.80 0.37
HSL 41.25º 0.67% 0.38% -
HSV(B) 41.25º 0.8% 0.63% -
XYZ 21.47 21.01 4.29 -
YUV 121.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 160 120 32 0 0.25 0.80 0.37 41.25 0.67 0.38
Hex A0 78 20 0 19 50 25 29 43 26
Octal 240 170 40 0 31 120 45 51 103 46
Binary 10100000 1111000 100000 0 11001 1010000 100101 101001 1000011 100110

Color Harmonies of #A07820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07820

Black with #A07820

Text Example


Text Example

White with #A07820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07820; }

 p { color: rgb(160,120,32); }

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

background-color css

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

 a { background-color: rgb(160,120,32); }

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

border-color css

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

 span { border-color: rgb(160,120,32); }

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