Html Css Color HEX #A18323 Hacienda

📋 copy color: '#A18323'

red 161 ◦ green 131 ◦ blue 35

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

Shades of Hacienda #A18323

Tints of Hacienda #A18323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

 BLUE value IS 35 (14.06% from 255) = 10.7%

R = 49.24%
G = 40.06%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A18323 (or 0xA18323) is known color: Hacienda. HEX triplet: A1, 83 and 23. RGB value is (161,131,35). Sum of RGB (Red+Green+Blue) = 161+131+35=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A18323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18323 is #5E7CDC. Grayscale: #818181. Windows color (decimal): -6192349 or 2327457. OLE color: 2327457.

HSL color Cylindrical-coordinate representation of color #A18323: hue angle of 45.71º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A18323 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 131 35 -
CMYK 0 0.19 0.78 0.37
HSL 45.71º 0.64% 0.38% -
HSV(B) 45.71º 0.78% 0.63% -
XYZ 23.12 23.93 4.99 -
YUV 129.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 161 131 35 0 0.19 0.78 0.37 45.71 0.64 0.38
Hex A1 83 23 0 13 4E 25 2E 40 26
Octal 241 203 43 0 23 116 45 56 100 46
Binary 10100001 10000011 100011 0 10011 1001110 100101 101110 1000000 100110

Color Harmonies of #A18323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18323

Black with #A18323

Text Example


Text Example

White with #A18323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18323; }

 p { color: rgb(161,131,35); }

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

background-color css

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

 a { background-color: rgb(161,131,35); }

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

border-color css

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

 span { border-color: rgb(161,131,35); }

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