Html Css Color HEX #A47F10 Hacienda

📋 copy color: '#A47F10'

red 164 ◦ green 127 ◦ blue 16

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

Shades of Hacienda #A47F10

Tints of Hacienda #A47F10

RGB

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

 GREEN value IS 127 (50% from 255) = 41.37%

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

R = 53.42%
G = 41.37%
B = 5.21%

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

#A47F10 (or 0xA47F10) is known color: Hacienda. HEX triplet: A4, 7F and 10. RGB value is (164,127,16). Sum of RGB (Red+Green+Blue) = 164+127+16=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47F10 is #5B80EF. Grayscale: #7D7D7D. Windows color (decimal): -5996784 or 1081252. OLE color: 1081252.

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

Color convert

RGB 164 127 16 -
CMYK 0 0.23 0.90 0.36
HSL 45º 0.82% 0.35% -
HSV(B) 45º 0.9% 0.64% -
XYZ 22.99 23.11 3.74 -
YUV 125.41 66.26 155.53 -
System Red Green Blue C M Y K H S L
Decimal 164 127 16 0 0.23 0.90 0.36 45 0.82 0.35
Hex A4 7F 10 0 17 5A 24 2D 52 23
Octal 244 177 20 0 27 132 44 55 122 43
Binary 10100100 1111111 10000 0 10111 1011010 100100 101101 1010010 100011

Color Harmonies of #A47F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F10

Black with #A47F10

Text Example


Text Example

White with #A47F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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