Html Css Color HEX #A78018 Hacienda

📋 copy color: '#A78018'

red 167 ◦ green 128 ◦ blue 24

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

Shades of Hacienda #A78018

Tints of Hacienda #A78018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.52%

R = 52.35%
G = 40.13%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A78018 (or 0xA78018) is known color: Hacienda. HEX triplet: A7, 80 and 18. RGB value is (167,128,24). Sum of RGB (Red+Green+Blue) = 167+128+24=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A78018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78018 is #587FE7. Grayscale: #808080. Windows color (decimal): -5799912 or 1605799. OLE color: 1605799.

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

Color convert

RGB 167 128 24 -
CMYK 0 0.23 0.86 0.35
HSL 43.64º 0.75% 0.37% -
HSV(B) 43.64º 0.86% 0.65% -
XYZ 23.82 23.72 4.19 -
YUV 127.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 167 128 24 0 0.23 0.86 0.35 43.64 0.75 0.37
Hex A7 80 18 0 17 56 23 2C 4B 25
Octal 247 200 30 0 27 126 43 54 113 45
Binary 10100111 10000000 11000 0 10111 1010110 100011 101100 1001011 100101

Color Harmonies of #A78018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78018

Black with #A78018

Text Example


Text Example

White with #A78018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78018; }

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

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

background-color css

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

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

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

border-color css

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

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

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