Html Css Color HEX #A48910 Hacienda

📋 copy color: '#A48910'

red 164 ◦ green 137 ◦ blue 16

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

Shades of Hacienda #A48910

Tints of Hacienda #A48910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 51.74%
G = 43.22%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A48910 (or 0xA48910) is known color: Hacienda. HEX triplet: A4, 89 and 10. RGB value is (164,137,16). Sum of RGB (Red+Green+Blue) = 164+137+16=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A48910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48910 is #5B76EF. Grayscale: #838383. Windows color (decimal): -5994224 or 1083812. OLE color: 1083812.

HSL color Cylindrical-coordinate representation of color #A48910: hue angle of 49.05º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A48910 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 137 16 -
CMYK 0 0.16 0.90 0.36
HSL 49.05º 0.82% 0.35% -
HSV(B) 49.05º 0.9% 0.64% -
XYZ 24.35 25.82 4.19 -
YUV 131.28 62.95 151.34 -
System Red Green Blue C M Y K H S L
Decimal 164 137 16 0 0.16 0.90 0.36 49.05 0.82 0.35
Hex A4 89 10 0 10 5A 24 31 52 23
Octal 244 211 20 0 20 132 44 61 122 43
Binary 10100100 10001001 10000 0 10000 1011010 100100 110001 1010010 100011

Color Harmonies of #A48910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48910

Black with #A48910

Text Example


Text Example

White with #A48910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48910; }

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

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

background-color css

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

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

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

border-color css

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

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

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