Html Css Color HEX #A48A19 Hacienda

📋 copy color: '#A48A19'

red 164 ◦ green 138 ◦ blue 25

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

Shades of Hacienda #A48A19

Tints of Hacienda #A48A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.2%

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

R = 50.15%
G = 42.2%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A48A19 (or 0xA48A19) is known color: Hacienda. HEX triplet: A4, 8A and 19. RGB value is (164,138,25). Sum of RGB (Red+Green+Blue) = 164+138+25=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48A19 is #5B75E6. Grayscale: #858585. Windows color (decimal): -5993959 or 1673892. OLE color: 1673892.

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

Color convert

RGB 164 138 25 -
CMYK 0 0.16 0.85 0.36
HSL 48.78º 0.74% 0.37% -
HSV(B) 48.78º 0.85% 0.64% -
XYZ 24.57 26.14 4.67 -
YUV 132.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 164 138 25 0 0.16 0.85 0.36 48.78 0.74 0.37
Hex A4 8A 19 0 10 55 24 31 4A 25
Octal 244 212 31 0 20 125 44 61 112 45
Binary 10100100 10001010 11001 0 10000 1010101 100100 110001 1001010 100101

Color Harmonies of #A48A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A19

Black with #A48A19

Text Example


Text Example

White with #A48A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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