Html Css Color HEX #A37A12 Hacienda

📋 copy color: '#A37A12'

red 163 ◦ green 122 ◦ blue 18

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

Shades of Hacienda #A37A12

Tints of Hacienda #A37A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.94%

R = 53.8%
G = 40.26%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A37A12 (or 0xA37A12) is known color: Hacienda. HEX triplet: A3, 7A and 12. RGB value is (163,122,18). Sum of RGB (Red+Green+Blue) = 163+122+18=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37A12 is #5C85ED. Grayscale: #7A7A7A. Windows color (decimal): -6063598 or 1211043. OLE color: 1211043.

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

Color convert

RGB 163 122 18 -
CMYK 0 0.25 0.89 0.36
HSL 43.03º 0.8% 0.35% -
HSV(B) 43.03º 0.89% 0.64% -
XYZ 22.17 21.75 3.6 -
YUV 122.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 163 122 18 0 0.25 0.89 0.36 43.03 0.8 0.35
Hex A3 7A 12 0 19 59 24 2B 50 23
Octal 243 172 22 0 31 131 44 53 120 43
Binary 10100011 1111010 10010 0 11001 1011001 100100 101011 1010000 100011

Color Harmonies of #A37A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A12

Black with #A37A12

Text Example


Text Example

White with #A37A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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