Html Css Color HEX #A48519 Hacienda

📋 copy color: '#A48519'

red 164 ◦ green 133 ◦ blue 25

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

Shades of Hacienda #A48519

Tints of Hacienda #A48519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 25 (10.16% from 255) = 7.76%

R = 50.93%
G = 41.3%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A48519 (or 0xA48519) is known color: Hacienda. HEX triplet: A4, 85 and 19. RGB value is (164,133,25). Sum of RGB (Red+Green+Blue) = 164+133+25=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A48519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48519 is #5B7AE6. Grayscale: #828282. Windows color (decimal): -5995239 or 1672612. OLE color: 1672612.

HSL color Cylindrical-coordinate representation of color #A48519: hue angle of 46.62º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A48519 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 133 25 -
CMYK 0 0.19 0.85 0.36
HSL 46.62º 0.74% 0.37% -
HSV(B) 46.62º 0.85% 0.64% -
XYZ 23.87 24.74 4.44 -
YUV 129.96 68.77 152.28 -
System Red Green Blue C M Y K H S L
Decimal 164 133 25 0 0.19 0.85 0.36 46.62 0.74 0.37
Hex A4 85 19 0 13 55 24 2F 4A 25
Octal 244 205 31 0 23 125 44 57 112 45
Binary 10100100 10000101 11001 0 10011 1010101 100100 101111 1001010 100101

Color Harmonies of #A48519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48519

Black with #A48519

Text Example


Text Example

White with #A48519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48519; }

 p { color: rgb(164,133,25); }

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

background-color css

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

 a { background-color: rgb(164,133,25); }

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

border-color css

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

 span { border-color: rgb(164,133,25); }

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