Html Css Color HEX #A18128 Hacienda

📋 copy color: '#A18128'

red 161 ◦ green 129 ◦ blue 40

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

Shades of Hacienda #A18128

Tints of Hacienda #A18128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 48.79%
G = 39.09%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A18128 (or 0xA18128) is known color: Hacienda. HEX triplet: A1, 81 and 28. RGB value is (161,129,40). Sum of RGB (Red+Green+Blue) = 161+129+40=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A18128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18128 is #5E7ED7. Grayscale: #808080. Windows color (decimal): -6192856 or 2654625. OLE color: 2654625.

HSL color Cylindrical-coordinate representation of color #A18128: hue angle of 44.13º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A18128 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 129 40 -
CMYK 0 0.20 0.75 0.37
HSL 44.13º 0.6% 0.39% -
HSV(B) 44.13º 0.75% 0.63% -
XYZ 22.93 23.43 5.32 -
YUV 128.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 161 129 40 0 0.20 0.75 0.37 44.13 0.6 0.39
Hex A1 81 28 0 14 4B 25 2C 3C 27
Octal 241 201 50 0 24 113 45 54 74 47
Binary 10100001 10000001 101000 0 10100 1001011 100101 101100 111100 100111

Color Harmonies of #A18128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18128

Black with #A18128

Text Example


Text Example

White with #A18128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18128; }

 p { color: rgb(161,129,40); }

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

background-color css

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

 a { background-color: rgb(161,129,40); }

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

border-color css

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

 span { border-color: rgb(161,129,40); }

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