Html Css Color HEX #A48212 Hacienda

📋 copy color: '#A48212'

red 164 ◦ green 130 ◦ blue 18

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

Shades of Hacienda #A48212

Tints of Hacienda #A48212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

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

R = 52.56%
G = 41.67%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A48212 (or 0xA48212) is known color: Hacienda. HEX triplet: A4, 82 and 12. RGB value is (164,130,18). Sum of RGB (Red+Green+Blue) = 164+130+18=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A48212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48212 is #5B7DED. Grayscale: #7F7F7F. Windows color (decimal): -5996014 or 1213092. OLE color: 1213092.

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

Color convert

RGB 164 130 18 -
CMYK 0 0.21 0.89 0.36
HSL 46.03º 0.8% 0.36% -
HSV(B) 46.03º 0.89% 0.64% -
XYZ 23.4 23.9 3.95 -
YUV 127.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 164 130 18 0 0.21 0.89 0.36 46.03 0.8 0.36
Hex A4 82 12 0 15 59 24 2E 50 24
Octal 244 202 22 0 25 131 44 56 120 44
Binary 10100100 10000010 10010 0 10101 1011001 100100 101110 1010000 100100

Color Harmonies of #A48212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48212

Black with #A48212

Text Example


Text Example

White with #A48212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48212; }

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

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

background-color css

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

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

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

border-color css

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

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

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