Html Css Color HEX #A48610 Hacienda

📋 copy color: '#A48610'

red 164 ◦ green 134 ◦ blue 16

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

Shades of Hacienda #A48610

Tints of Hacienda #A48610

RGB

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

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

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

R = 52.23%
G = 42.68%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A48610 (or 0xA48610) is known color: Hacienda. HEX triplet: A4, 86 and 10. RGB value is (164,134,16). Sum of RGB (Red+Green+Blue) = 164+134+16=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A48610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48610 is #5B79EF. Grayscale: #828282. Windows color (decimal): -5994992 or 1083044. OLE color: 1083044.

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

Color convert

RGB 164 134 16 -
CMYK 0 0.18 0.90 0.36
HSL 47.84º 0.82% 0.35% -
HSV(B) 47.84º 0.9% 0.64% -
XYZ 23.93 24.98 4.05 -
YUV 129.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 164 134 16 0 0.18 0.90 0.36 47.84 0.82 0.35
Hex A4 86 10 0 12 5A 24 30 52 23
Octal 244 206 20 0 22 132 44 60 122 43
Binary 10100100 10000110 10000 0 10010 1011010 100100 110000 1010010 100011

Color Harmonies of #A48610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48610

Black with #A48610

Text Example


Text Example

White with #A48610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48610; }

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

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

background-color css

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

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

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

border-color css

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

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

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