Html Css Color HEX #A48429 Hacienda

📋 copy color: '#A48429'

red 164 ◦ green 132 ◦ blue 41

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

Shades of Hacienda #A48429

Tints of Hacienda #A48429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.17%

R = 48.66%
G = 39.17%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A48429 (or 0xA48429) is known color: Hacienda. HEX triplet: A4, 84 and 29. RGB value is (164,132,41). Sum of RGB (Red+Green+Blue) = 164+132+41=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A48429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48429 is #5B7BD6. Grayscale: #838383. Windows color (decimal): -5995479 or 2720932. OLE color: 2720932.

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

Color convert

RGB 164 132 41 -
CMYK 0 0.20 0.75 0.36
HSL 44.39º 0.6% 0.4% -
HSV(B) 44.39º 0.75% 0.64% -
XYZ 23.96 24.56 5.57 -
YUV 131.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 164 132 41 0 0.20 0.75 0.36 44.39 0.6 0.4
Hex A4 84 29 0 14 4B 24 2C 3C 28
Octal 244 204 51 0 24 113 44 54 74 50
Binary 10100100 10000100 101001 0 10100 1001011 100100 101100 111100 101000

Color Harmonies of #A48429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48429

Black with #A48429

Text Example


Text Example

White with #A48429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48429; }

 p { color: rgb(164,132,41); }

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

background-color css

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

 a { background-color: rgb(164,132,41); }

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

border-color css

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

 span { border-color: rgb(164,132,41); }

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