Html Css Color HEX #A48629 Hacienda

📋 copy color: '#A48629'

red 164 ◦ green 134 ◦ blue 41

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

Shades of Hacienda #A48629

Tints of Hacienda #A48629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

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

R = 48.38%
G = 39.53%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A48629 (or 0xA48629) is known color: Hacienda. HEX triplet: A4, 86 and 29. RGB value is (164,134,41). Sum of RGB (Red+Green+Blue) = 164+134+41=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A48629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48629 is #5B79D6. Grayscale: #848484. Windows color (decimal): -5994967 or 2721444. OLE color: 2721444.

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

Color convert

RGB 164 134 41 -
CMYK 0 0.18 0.75 0.36
HSL 45.37º 0.6% 0.4% -
HSV(B) 45.37º 0.75% 0.64% -
XYZ 24.24 25.1 5.67 -
YUV 132.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 164 134 41 0 0.18 0.75 0.36 45.37 0.6 0.4
Hex A4 86 29 0 12 4B 24 2D 3C 28
Octal 244 206 51 0 22 113 44 55 74 50
Binary 10100100 10000110 101001 0 10010 1001011 100100 101101 111100 101000

Color Harmonies of #A48629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48629

Black with #A48629

Text Example


Text Example

White with #A48629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48629; }

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

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

background-color css

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

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

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

border-color css

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

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

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