Html Css Color HEX #A48920 Hacienda

📋 copy color: '#A48920'

red 164 ◦ green 137 ◦ blue 32

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

Shades of Hacienda #A48920

Tints of Hacienda #A48920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 49.25%
G = 41.14%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A48920 (or 0xA48920) is known color: Hacienda. HEX triplet: A4, 89 and 20. RGB value is (164,137,32). Sum of RGB (Red+Green+Blue) = 164+137+32=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A48920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48920 is #5B76DF. Grayscale: #858585. Windows color (decimal): -5994208 or 2132388. OLE color: 2132388.

HSL color Cylindrical-coordinate representation of color #A48920: hue angle of 47.73º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A48920 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 137 32 -
CMYK 0 0.16 0.80 0.36
HSL 47.73º 0.67% 0.38% -
HSV(B) 47.73º 0.8% 0.64% -
XYZ 24.52 25.89 5.07 -
YUV 133.1 70.95 150.04 -
System Red Green Blue C M Y K H S L
Decimal 164 137 32 0 0.16 0.80 0.36 47.73 0.67 0.38
Hex A4 89 20 0 10 50 24 30 43 26
Octal 244 211 40 0 20 120 44 60 103 46
Binary 10100100 10001001 100000 0 10000 1010000 100100 110000 1000011 100110

Color Harmonies of #A48920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48920

Black with #A48920

Text Example


Text Example

White with #A48920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48920; }

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

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

background-color css

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

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

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

border-color css

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

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

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