Html Css Color HEX #A78015 Hacienda

📋 copy color: '#A78015'

red 167 ◦ green 128 ◦ blue 21

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

Shades of Hacienda #A78015

Tints of Hacienda #A78015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.51%

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 52.85%
G = 40.51%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A78015 (or 0xA78015) is known color: Hacienda. HEX triplet: A7, 80 and 15. RGB value is (167,128,21). Sum of RGB (Red+Green+Blue) = 167+128+21=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A78015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78015 is #587FEA. Grayscale: #7F7F7F. Windows color (decimal): -5799915 or 1409191. OLE color: 1409191.

HSL color Cylindrical-coordinate representation of color #A78015: hue angle of 43.97º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A78015 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 128 21 -
CMYK 0 0.23 0.87 0.35
HSL 43.97º 0.78% 0.37% -
HSV(B) 43.97º 0.87% 0.65% -
XYZ 23.79 23.71 4.03 -
YUV 127.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 167 128 21 0 0.23 0.87 0.35 43.97 0.78 0.37
Hex A7 80 15 0 17 57 23 2C 4E 25
Octal 247 200 25 0 27 127 43 54 116 45
Binary 10100111 10000000 10101 0 10111 1010111 100011 101100 1001110 100101

Color Harmonies of #A78015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78015

Black with #A78015

Text Example


Text Example

White with #A78015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78015; }

 p { color: rgb(167,128,21); }

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

background-color css

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

 a { background-color: rgb(167,128,21); }

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

border-color css

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

 span { border-color: rgb(167,128,21); }

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