Html Css Color HEX #A37814 Hacienda

📋 copy color: '#A37814'

red 163 ◦ green 120 ◦ blue 20

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

Shades of Hacienda #A37814

Tints of Hacienda #A37814

RGB

 RED value IS 163 (64.06% from 255) = 53.8%

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

 BLUE value IS 20 (8.2% from 255) = 6.6%

R = 53.8%
G = 39.6%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A37814 (or 0xA37814) is known color: Hacienda. HEX triplet: A3, 78 and 14. RGB value is (163,120,20). Sum of RGB (Red+Green+Blue) = 163+120+20=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A37814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37814 is #5C87EB. Grayscale: #797979. Windows color (decimal): -6064108 or 1341603. OLE color: 1341603.

HSL color Cylindrical-coordinate representation of color #A37814: hue angle of 41.96º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A37814 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 120 20 -
CMYK 0 0.26 0.88 0.36
HSL 41.96º 0.78% 0.36% -
HSV(B) 41.96º 0.88% 0.64% -
XYZ 21.95 21.27 3.61 -
YUV 121.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 163 120 20 0 0.26 0.88 0.36 41.96 0.78 0.36
Hex A3 78 14 0 1A 58 24 2A 4E 24
Octal 243 170 24 0 32 130 44 52 116 44
Binary 10100011 1111000 10100 0 11010 1011000 100100 101010 1001110 100100

Color Harmonies of #A37814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37814

Black with #A37814

Text Example


Text Example

White with #A37814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37814; }

 p { color: rgb(163,120,20); }

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

background-color css

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

 a { background-color: rgb(163,120,20); }

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

border-color css

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

 span { border-color: rgb(163,120,20); }

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