Html Css Color HEX #A37A16 Hacienda

📋 copy color: '#A37A16'

red 163 ◦ green 122 ◦ blue 22

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

Shades of Hacienda #A37A16

Tints of Hacienda #A37A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.74%

 BLUE value IS 22 (8.98% from 255) = 7.17%

R = 53.09%
G = 39.74%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A37A16 (or 0xA37A16) is known color: Hacienda. HEX triplet: A3, 7A and 16. RGB value is (163,122,22). Sum of RGB (Red+Green+Blue) = 163+122+22=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37A16 is #5C85E9. Grayscale: #7B7B7B. Windows color (decimal): -6063594 or 1473187. OLE color: 1473187.

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

Color convert

RGB 163 122 22 -
CMYK 0 0.25 0.87 0.36
HSL 42.55º 0.76% 0.36% -
HSV(B) 42.55º 0.87% 0.64% -
XYZ 22.21 21.76 3.79 -
YUV 122.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 163 122 22 0 0.25 0.87 0.36 42.55 0.76 0.36
Hex A3 7A 16 0 19 57 24 2B 4C 24
Octal 243 172 26 0 31 127 44 53 114 44
Binary 10100011 1111010 10110 0 11001 1010111 100100 101011 1001100 100100

Color Harmonies of #A37A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A16

Black with #A37A16

Text Example


Text Example

White with #A37A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A16; }

 p { color: rgb(163,122,22); }

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

background-color css

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

 a { background-color: rgb(163,122,22); }

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

border-color css

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

 span { border-color: rgb(163,122,22); }

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