Html Css Color HEX #A78726 Hacienda

📋 copy color: '#A78726'

red 167 ◦ green 135 ◦ blue 38

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

Shades of Hacienda #A78726

Tints of Hacienda #A78726

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.71%

 BLUE value IS 38 (15.23% from 255) = 11.18%

R = 49.12%
G = 39.71%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A78726 (or 0xA78726) is known color: Hacienda. HEX triplet: A7, 87 and 26. RGB value is (167,135,38). Sum of RGB (Red+Green+Blue) = 167+135+38=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A78726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78726 is #5878D9. Grayscale: #858585. Windows color (decimal): -5798106 or 2525095. OLE color: 2525095.

HSL color Cylindrical-coordinate representation of color #A78726: hue angle of 45.12º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A78726 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 135 38 -
CMYK 0 0.19 0.77 0.35
HSL 45.12º 0.63% 0.4% -
HSV(B) 45.12º 0.77% 0.65% -
XYZ 24.95 25.68 5.48 -
YUV 133.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 167 135 38 0 0.19 0.77 0.35 45.12 0.63 0.4
Hex A7 87 26 0 13 4D 23 2D 3F 28
Octal 247 207 46 0 23 115 43 55 77 50
Binary 10100111 10000111 100110 0 10011 1001101 100011 101101 111111 101000

Color Harmonies of #A78726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78726

Black with #A78726

Text Example


Text Example

White with #A78726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78726; }

 p { color: rgb(167,135,38); }

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

background-color css

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

 a { background-color: rgb(167,135,38); }

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

border-color css

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

 span { border-color: rgb(167,135,38); }

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