Html Css Color HEX #A37E10 Hacienda

📋 copy color: '#A37E10'

red 163 ◦ green 126 ◦ blue 16

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

Shades of Hacienda #A37E10

Tints of Hacienda #A37E10

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.31%

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

R = 53.44%
G = 41.31%
B = 5.25%

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

#A37E10 (or 0xA37E10) is known color: Hacienda. HEX triplet: A3, 7E and 10. RGB value is (163,126,16). Sum of RGB (Red+Green+Blue) = 163+126+16=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37E10 is #5C81EF. Grayscale: #7C7C7C. Windows color (decimal): -6062576 or 1080995. OLE color: 1080995.

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

Color convert

RGB 163 126 16 -
CMYK 0 0.23 0.90 0.36
HSL 44.9º 0.82% 0.35% -
HSV(B) 44.9º 0.9% 0.64% -
XYZ 22.66 22.75 3.69 -
YUV 124.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 163 126 16 0 0.23 0.90 0.36 44.9 0.82 0.35
Hex A3 7E 10 0 17 5A 24 2D 52 23
Octal 243 176 20 0 27 132 44 55 122 43
Binary 10100011 1111110 10000 0 10111 1011010 100100 101101 1010010 100011

Color Harmonies of #A37E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37E10

Black with #A37E10

Text Example


Text Example

White with #A37E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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