Html Css Color HEX #A6781B Hacienda

📋 copy color: '#A6781B'

red 166 ◦ green 120 ◦ blue 27

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

Shades of Hacienda #A6781B

Tints of Hacienda #A6781B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 53.04%
G = 38.34%
B = 8.63%

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

#A6781B (or 0xA6781B) is known color: Hacienda. HEX triplet: A6, 78 and 1B. RGB value is (166,120,27). Sum of RGB (Red+Green+Blue) = 166+120+27=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6781B is #5987E4. Grayscale: #7B7B7B. Windows color (decimal): -5867493 or 1800358. OLE color: 1800358.

HSL color Cylindrical-coordinate representation of color #A6781B: hue angle of 40.14º degrees, saturation: 0.72, 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 #A6781B is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 120 27 -
CMYK 0 0.28 0.84 0.35
HSL 40.14º 0.72% 0.38% -
HSV(B) 40.14º 0.84% 0.65% -
XYZ 22.64 21.62 4.02 -
YUV 123.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 166 120 27 0 0.28 0.84 0.35 40.14 0.72 0.38
Hex A6 78 1B 0 1C 54 23 28 48 26
Octal 246 170 33 0 34 124 43 50 110 46
Binary 10100110 1111000 11011 0 11100 1010100 100011 101000 1001000 100110

Color Harmonies of #A6781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6781B

Black with #A6781B

Text Example


Text Example

White with #A6781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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