Html Css Color HEX #A17B13 Hacienda

📋 copy color: '#A17B13'

red 161 ◦ green 123 ◦ blue 19

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

Shades of Hacienda #A17B13

Tints of Hacienda #A17B13

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.59%

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 53.14%
G = 40.59%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A17B13 (or 0xA17B13) is known color: Hacienda. HEX triplet: A1, 7B and 13. RGB value is (161,123,19). Sum of RGB (Red+Green+Blue) = 161+123+19=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17B13 is #5E84EC. Grayscale: #7A7A7A. Windows color (decimal): -6194413 or 1276833. OLE color: 1276833.

HSL color Cylindrical-coordinate representation of color #A17B13: hue angle of 43.94º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A17B13 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 123 19 -
CMYK 0 0.24 0.88 0.37
HSL 43.94º 0.79% 0.35% -
HSV(B) 43.94º 0.88% 0.63% -
XYZ 21.9 21.79 3.67 -
YUV 122.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 161 123 19 0 0.24 0.88 0.37 43.94 0.79 0.35
Hex A1 7B 13 0 18 58 25 2C 4F 23
Octal 241 173 23 0 30 130 45 54 117 43
Binary 10100001 1111011 10011 0 11000 1011000 100101 101100 1001111 100011

Color Harmonies of #A17B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17B13

Black with #A17B13

Text Example


Text Example

White with #A17B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17B13; }

 p { color: rgb(161,123,19); }

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

background-color css

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

 a { background-color: rgb(161,123,19); }

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

border-color css

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

 span { border-color: rgb(161,123,19); }

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