Html Css Color HEX #A6781A Hacienda

📋 copy color: '#A6781A'

red 166 ◦ green 120 ◦ blue 26

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

Shades of Hacienda #A6781A

Tints of Hacienda #A6781A

RGB

 RED value IS 166 (65.23% from 255) = 53.21%

 GREEN value IS 120 (47.27% from 255) = 38.46%

 BLUE value IS 26 (10.55% from 255) = 8.33%

R = 53.21%
G = 38.46%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6781A (or 0xA6781A) is known color: Hacienda. HEX triplet: A6, 78 and 1A. RGB value is (166,120,26). Sum of RGB (Red+Green+Blue) = 166+120+26=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6781A is #5987E5. Grayscale: #7B7B7B. Windows color (decimal): -5867494 or 1734822. OLE color: 1734822.

HSL color Cylindrical-coordinate representation of color #A6781A: hue angle of 40.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6781A is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 120 26 -
CMYK 0 0.28 0.84 0.35
HSL 40.29º 0.73% 0.38% -
HSV(B) 40.29º 0.84% 0.65% -
XYZ 22.63 21.61 3.96 -
YUV 123.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 166 120 26 0 0.28 0.84 0.35 40.29 0.73 0.38
Hex A6 78 1A 0 1C 54 23 28 49 26
Octal 246 170 32 0 34 124 43 50 111 46
Binary 10100110 1111000 11010 0 11100 1010100 100011 101000 1001001 100110

Color Harmonies of #A6781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6781A

Black with #A6781A

Text Example


Text Example

White with #A6781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6781A; }

 p { color: rgb(166,120,26); }

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

background-color css

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

 a { background-color: rgb(166,120,26); }

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

border-color css

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

 span { border-color: rgb(166,120,26); }

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