Html Css Color HEX #A48512 Hacienda

📋 copy color: '#A48512'

red 164 ◦ green 133 ◦ blue 18

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

Shades of Hacienda #A48512

Tints of Hacienda #A48512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 52.06%
G = 42.22%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A48512 (or 0xA48512) is known color: Hacienda. HEX triplet: A4, 85 and 12. RGB value is (164,133,18). Sum of RGB (Red+Green+Blue) = 164+133+18=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A48512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48512 is #5B7AED. Grayscale: #818181. Windows color (decimal): -5995246 or 1213860. OLE color: 1213860.

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

Color convert

RGB 164 133 18 -
CMYK 0 0.19 0.89 0.36
HSL 47.26º 0.8% 0.36% -
HSV(B) 47.26º 0.89% 0.64% -
XYZ 23.81 24.71 4.09 -
YUV 129.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 164 133 18 0 0.19 0.89 0.36 47.26 0.8 0.36
Hex A4 85 12 0 13 59 24 2F 50 24
Octal 244 205 22 0 23 131 44 57 120 44
Binary 10100100 10000101 10010 0 10011 1011001 100100 101111 1010000 100100

Color Harmonies of #A48512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48512

Black with #A48512

Text Example


Text Example

White with #A48512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48512; }

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

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

background-color css

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

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

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

border-color css

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

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

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