Html Css Color HEX #A17618 Hacienda

📋 copy color: '#A17618'

red 161 ◦ green 118 ◦ blue 24

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

Shades of Hacienda #A17618

Tints of Hacienda #A17618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

 BLUE value IS 24 (9.77% from 255) = 7.92%

R = 53.14%
G = 38.94%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A17618 (or 0xA17618) is known color: Hacienda. HEX triplet: A1, 76 and 18. RGB value is (161,118,24). Sum of RGB (Red+Green+Blue) = 161+118+24=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A17618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17618 is #5E89E7. Grayscale: #787878. Windows color (decimal): -6195688 or 1603233. OLE color: 1603233.

HSL color Cylindrical-coordinate representation of color #A17618: hue angle of 41.17º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A17618 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 118 24 -
CMYK 0 0.27 0.85 0.37
HSL 41.17º 0.74% 0.36% -
HSV(B) 41.17º 0.85% 0.63% -
XYZ 21.34 20.6 3.72 -
YUV 120.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 161 118 24 0 0.27 0.85 0.37 41.17 0.74 0.36
Hex A1 76 18 0 1B 55 25 29 4A 24
Octal 241 166 30 0 33 125 45 51 112 44
Binary 10100001 1110110 11000 0 11011 1010101 100101 101001 1001010 100100

Color Harmonies of #A17618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17618

Black with #A17618

Text Example


Text Example

White with #A17618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17618; }

 p { color: rgb(161,118,24); }

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

background-color css

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

 a { background-color: rgb(161,118,24); }

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

border-color css

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

 span { border-color: rgb(161,118,24); }

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