Html Css Color HEX #A18419 Hacienda

📋 copy color: '#A18419'

red 161 ◦ green 132 ◦ blue 25

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

Shades of Hacienda #A18419

Tints of Hacienda #A18419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

 BLUE value IS 25 (10.16% from 255) = 7.86%

R = 50.63%
G = 41.51%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A18419 (or 0xA18419) is known color: Hacienda. HEX triplet: A1, 84 and 19. RGB value is (161,132,25). Sum of RGB (Red+Green+Blue) = 161+132+25=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A18419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18419 is #5E7BE6. Grayscale: #808080. Windows color (decimal): -6192103 or 1672353. OLE color: 1672353.

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

Color convert

RGB 161 132 25 -
CMYK 0 0.18 0.84 0.37
HSL 47.21º 0.73% 0.36% -
HSV(B) 47.21º 0.84% 0.63% -
XYZ 23.12 24.15 4.36 -
YUV 128.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 161 132 25 0 0.18 0.84 0.37 47.21 0.73 0.36
Hex A1 84 19 0 12 54 25 2F 49 24
Octal 241 204 31 0 22 124 45 57 111 44
Binary 10100001 10000100 11001 0 10010 1010100 100101 101111 1001001 100100

Color Harmonies of #A18419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18419

Black with #A18419

Text Example


Text Example

White with #A18419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18419; }

 p { color: rgb(161,132,25); }

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

background-color css

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

 a { background-color: rgb(161,132,25); }

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

border-color css

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

 span { border-color: rgb(161,132,25); }

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