Html Css Color HEX #A17F10 Hacienda

📋 copy color: '#A17F10'

red 161 ◦ green 127 ◦ blue 16

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

Shades of Hacienda #A17F10

Tints of Hacienda #A17F10

RGB

 RED value IS 161 (63.28% from 255) = 52.96%

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

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

R = 52.96%
G = 41.78%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A17F10 (or 0xA17F10) is known color: Hacienda. HEX triplet: A1, 7F and 10. RGB value is (161,127,16). Sum of RGB (Red+Green+Blue) = 161+127+16=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17F10 is #5E80EF. Grayscale: #7C7C7C. Windows color (decimal): -6193392 or 1081249. OLE color: 1081249.

HSL color Cylindrical-coordinate representation of color #A17F10: hue angle of 45.93º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A17F10 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 127 16 -
CMYK 0 0.21 0.90 0.37
HSL 45.93º 0.82% 0.35% -
HSV(B) 45.93º 0.9% 0.63% -
XYZ 22.38 22.79 3.71 -
YUV 124.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 161 127 16 0 0.21 0.90 0.37 45.93 0.82 0.35
Hex A1 7F 10 0 15 5A 25 2E 52 23
Octal 241 177 20 0 25 132 45 56 122 43
Binary 10100001 1111111 10000 0 10101 1011010 100101 101110 1010010 100011

Color Harmonies of #A17F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F10

Black with #A17F10

Text Example


Text Example

White with #A17F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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