Html Css Color HEX #A18023 Hacienda

📋 copy color: '#A18023'

red 161 ◦ green 128 ◦ blue 35

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

Shades of Hacienda #A18023

Tints of Hacienda #A18023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.51%

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

R = 49.69%
G = 39.51%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A18023 (or 0xA18023) is known color: Hacienda. HEX triplet: A1, 80 and 23. RGB value is (161,128,35). Sum of RGB (Red+Green+Blue) = 161+128+35=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A18023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18023 is #5E7FDC. Grayscale: #7F7F7F. Windows color (decimal): -6193117 or 2326689. OLE color: 2326689.

HSL color Cylindrical-coordinate representation of color #A18023: hue angle of 44.29º 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 #A18023 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 128 35 -
CMYK 0 0.20 0.78 0.37
HSL 44.29º 0.64% 0.38% -
HSV(B) 44.29º 0.78% 0.63% -
XYZ 22.72 23.14 4.86 -
YUV 127.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 161 128 35 0 0.20 0.78 0.37 44.29 0.64 0.38
Hex A1 80 23 0 14 4E 25 2C 40 26
Octal 241 200 43 0 24 116 45 54 100 46
Binary 10100001 10000000 100011 0 10100 1001110 100101 101100 1000000 100110

Color Harmonies of #A18023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18023

Black with #A18023

Text Example


Text Example

White with #A18023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18023; }

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

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

background-color css

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

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

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

border-color css

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

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

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