Html Css Color HEX #A78213 Hacienda

📋 copy color: '#A78213'

red 167 ◦ green 130 ◦ blue 19

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

Shades of Hacienda #A78213

Tints of Hacienda #A78213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 52.85%
G = 41.14%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A78213 (or 0xA78213) is known color: Hacienda. HEX triplet: A7, 82 and 13. RGB value is (167,130,19). Sum of RGB (Red+Green+Blue) = 167+130+19=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A78213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78213 is #587DEC. Grayscale: #808080. Windows color (decimal): -5799405 or 1278631. OLE color: 1278631.

HSL color Cylindrical-coordinate representation of color #A78213: hue angle of 45º degrees, saturation: 0.8, 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 #A78213 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 130 19 -
CMYK 0 0.22 0.89 0.35
HSL 45º 0.8% 0.36% -
HSV(B) 45º 0.89% 0.65% -
XYZ 24.04 24.23 4.03 -
YUV 128.41 66.26 155.53 -
System Red Green Blue C M Y K H S L
Decimal 167 130 19 0 0.22 0.89 0.35 45 0.8 0.36
Hex A7 82 13 0 16 59 23 2D 50 24
Octal 247 202 23 0 26 131 43 55 120 44
Binary 10100111 10000010 10011 0 10110 1011001 100011 101101 1010000 100100

Color Harmonies of #A78213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78213

Black with #A78213

Text Example


Text Example

White with #A78213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78213; }

 p { color: rgb(167,130,19); }

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

background-color css

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

 a { background-color: rgb(167,130,19); }

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

border-color css

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

 span { border-color: rgb(167,130,19); }

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