Html Css Color HEX #A37D10 Hacienda

📋 copy color: '#A37D10'

red 163 ◦ green 125 ◦ blue 16

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

Shades of Hacienda #A37D10

Tints of Hacienda #A37D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.12%

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

R = 53.62%
G = 41.12%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A37D10 (or 0xA37D10) is known color: Hacienda. HEX triplet: A3, 7D and 10. RGB value is (163,125,16). Sum of RGB (Red+Green+Blue) = 163+125+16=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37D10 is #5C82EF. Grayscale: #7C7C7C. Windows color (decimal): -6062832 or 1080739. OLE color: 1080739.

HSL color Cylindrical-coordinate representation of color #A37D10: hue angle of 44.49º 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 #A37D10 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 125 16 -
CMYK 0 0.23 0.90 0.36
HSL 44.49º 0.82% 0.35% -
HSV(B) 44.49º 0.9% 0.64% -
XYZ 22.53 22.49 3.64 -
YUV 123.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 163 125 16 0 0.23 0.90 0.36 44.49 0.82 0.35
Hex A3 7D 10 0 17 5A 24 2C 52 23
Octal 243 175 20 0 27 132 44 54 122 43
Binary 10100011 1111101 10000 0 10111 1011010 100100 101100 1010010 100011

Color Harmonies of #A37D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D10

Black with #A37D10

Text Example


Text Example

White with #A37D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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