Html Css Color HEX #A48128 Hacienda

📋 copy color: '#A48128'

red 164 ◦ green 129 ◦ blue 40

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

Shades of Hacienda #A48128

Tints of Hacienda #A48128

RGB

 RED value IS 164 (64.45% from 255) = 49.25%

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

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

R = 49.25%
G = 38.74%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A48128 (or 0xA48128) is known color: Hacienda. HEX triplet: A4, 81 and 28. RGB value is (164,129,40). Sum of RGB (Red+Green+Blue) = 164+129+40=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A48128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48128 is #5B7ED7. Grayscale: #818181. Windows color (decimal): -5996248 or 2654628. OLE color: 2654628.

HSL color Cylindrical-coordinate representation of color #A48128: hue angle of 43.06º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A48128 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 129 40 -
CMYK 0 0.21 0.76 0.36
HSL 43.06º 0.61% 0.4% -
HSV(B) 43.06º 0.76% 0.64% -
XYZ 23.54 23.75 5.35 -
YUV 129.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 164 129 40 0 0.21 0.76 0.36 43.06 0.61 0.4
Hex A4 81 28 0 15 4C 24 2B 3D 28
Octal 244 201 50 0 25 114 44 53 75 50
Binary 10100100 10000001 101000 0 10101 1001100 100100 101011 111101 101000

Color Harmonies of #A48128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48128

Black with #A48128

Text Example


Text Example

White with #A48128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48128; }

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

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

background-color css

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

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

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

border-color css

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

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

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