Html Css Color HEX #A37A10 Hacienda

📋 copy color: '#A37A10'

red 163 ◦ green 122 ◦ blue 16

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

Shades of Hacienda #A37A10

Tints of Hacienda #A37A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 54.15%
G = 40.53%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A37A10 (or 0xA37A10) is known color: Hacienda. HEX triplet: A3, 7A and 10. RGB value is (163,122,16). Sum of RGB (Red+Green+Blue) = 163+122+16=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37A10 is #5C85EF. Grayscale: #7A7A7A. Windows color (decimal): -6063600 or 1079971. OLE color: 1079971.

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

Color convert

RGB 163 122 16 -
CMYK 0 0.25 0.90 0.36
HSL 43.27º 0.82% 0.35% -
HSV(B) 43.27º 0.9% 0.64% -
XYZ 22.16 21.74 3.52 -
YUV 122.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 163 122 16 0 0.25 0.90 0.36 43.27 0.82 0.35
Hex A3 7A 10 0 19 5A 24 2B 52 23
Octal 243 172 20 0 31 132 44 53 122 43
Binary 10100011 1111010 10000 0 11001 1011010 100100 101011 1010010 100011

Color Harmonies of #A37A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A10

Black with #A37A10

Text Example


Text Example

White with #A37A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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