Html Css Color HEX #A47E10 Hacienda

📋 copy color: '#A47E10'

red 164 ◦ green 126 ◦ blue 16

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

Shades of Hacienda #A47E10

Tints of Hacienda #A47E10

RGB

 RED value IS 164 (64.45% from 255) = 53.59%

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

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

R = 53.59%
G = 41.18%
B = 5.23%

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

#A47E10 (or 0xA47E10) is known color: Hacienda. HEX triplet: A4, 7E and 10. RGB value is (164,126,16). Sum of RGB (Red+Green+Blue) = 164+126+16=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47E10 is #5B81EF. Grayscale: #7D7D7D. Windows color (decimal): -5997040 or 1080996. OLE color: 1080996.

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

Color convert

RGB 164 126 16 -
CMYK 0 0.23 0.90 0.36
HSL 44.59º 0.82% 0.35% -
HSV(B) 44.59º 0.9% 0.64% -
XYZ 22.86 22.85 3.7 -
YUV 124.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 164 126 16 0 0.23 0.90 0.36 44.59 0.82 0.35
Hex A4 7E 10 0 17 5A 24 2D 52 23
Octal 244 176 20 0 27 132 44 55 122 43
Binary 10100100 1111110 10000 0 10111 1011010 100100 101101 1010010 100011

Color Harmonies of #A47E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E10

Black with #A47E10

Text Example


Text Example

White with #A47E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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