Html Css Color HEX #A47A10 Hacienda

📋 copy color: '#A47A10'

red 164 ◦ green 122 ◦ blue 16

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

Shades of Hacienda #A47A10

Tints of Hacienda #A47A10

RGB

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

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

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

R = 54.3%
G = 40.4%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A47A10 (or 0xA47A10) is known color: Hacienda. HEX triplet: A4, 7A and 10. RGB value is (164,122,16). Sum of RGB (Red+Green+Blue) = 164+122+16=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47A10 is #5B85EF. Grayscale: #7A7A7A. Windows color (decimal): -5998064 or 1079972. OLE color: 1079972.

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

Color convert

RGB 164 122 16 -
CMYK 0 0.26 0.90 0.36
HSL 42.97º 0.82% 0.35% -
HSV(B) 42.97º 0.9% 0.64% -
XYZ 22.36 21.85 3.53 -
YUV 122.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 164 122 16 0 0.26 0.90 0.36 42.97 0.82 0.35
Hex A4 7A 10 0 1A 5A 24 2B 52 23
Octal 244 172 20 0 32 132 44 53 122 43
Binary 10100100 1111010 10000 0 11010 1011010 100100 101011 1010010 100011

Color Harmonies of #A47A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A10

Black with #A47A10

Text Example


Text Example

White with #A47A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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