Html Css Color HEX #A48929 Hacienda

📋 copy color: '#A48929'

red 164 ◦ green 137 ◦ blue 41

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

Shades of Hacienda #A48929

Tints of Hacienda #A48929

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.06%

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

R = 47.95%
G = 40.06%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A48929 (or 0xA48929) is known color: Hacienda. HEX triplet: A4, 89 and 29. RGB value is (164,137,41). Sum of RGB (Red+Green+Blue) = 164+137+41=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A48929 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48929 is #5B76D6. Grayscale: #868686. Windows color (decimal): -5994199 or 2722212. OLE color: 2722212.

HSL color Cylindrical-coordinate representation of color #A48929: hue angle of 46.83º 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 #A48929 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 137 41 -
CMYK 0 0.16 0.75 0.36
HSL 46.83º 0.6% 0.4% -
HSV(B) 46.83º 0.75% 0.64% -
XYZ 24.66 25.94 5.81 -
YUV 134.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 164 137 41 0 0.16 0.75 0.36 46.83 0.6 0.4
Hex A4 89 29 0 10 4B 24 2F 3C 28
Octal 244 211 51 0 20 113 44 57 74 50
Binary 10100100 10001001 101001 0 10000 1001011 100100 101111 111100 101000

Color Harmonies of #A48929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48929

Black with #A48929

Text Example


Text Example

White with #A48929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48929; }

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

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

background-color css

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

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

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

border-color css

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

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

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