Html Css Color HEX #A78512 Hacienda

📋 copy color: '#A78512'

red 167 ◦ green 133 ◦ blue 18

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

Shades of Hacienda #A78512

Tints of Hacienda #A78512

RGB

 RED value IS 167 (65.63% from 255) = 52.52%

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

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

R = 52.52%
G = 41.82%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A78512 (or 0xA78512) is known color: Hacienda. HEX triplet: A7, 85 and 12. RGB value is (167,133,18). Sum of RGB (Red+Green+Blue) = 167+133+18=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A78512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78512 is #587AED. Grayscale: #828282. Windows color (decimal): -5798638 or 1213863. OLE color: 1213863.

HSL color Cylindrical-coordinate representation of color #A78512: hue angle of 46.31º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A78512 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 133 18 -
CMYK 0 0.20 0.89 0.35
HSL 46.31º 0.81% 0.36% -
HSV(B) 46.31º 0.89% 0.65% -
XYZ 24.43 25.03 4.12 -
YUV 130.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 167 133 18 0 0.20 0.89 0.35 46.31 0.81 0.36
Hex A7 85 12 0 14 59 23 2E 51 24
Octal 247 205 22 0 24 131 43 56 121 44
Binary 10100111 10000101 10010 0 10100 1011001 100011 101110 1010001 100100

Color Harmonies of #A78512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78512

Black with #A78512

Text Example


Text Example

White with #A78512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78512; }

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

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

background-color css

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

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

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

border-color css

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

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

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