Html Css Color HEX #A67710 Hacienda

📋 copy color: '#A67710'

red 166 ◦ green 119 ◦ blue 16

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

Shades of Hacienda #A67710

Tints of Hacienda #A67710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.53%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 55.15%
G = 39.53%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A67710 (or 0xA67710) is known color: Hacienda. HEX triplet: A6, 77 and 10. RGB value is (166,119,16). Sum of RGB (Red+Green+Blue) = 166+119+16=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A67710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67710 is #5988EF. Grayscale: #797979. Windows color (decimal): -5867760 or 1079206. OLE color: 1079206.

HSL color Cylindrical-coordinate representation of color #A67710: hue angle of 41.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A67710 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 119 16 -
CMYK 0 0.28 0.90 0.35
HSL 41.2º 0.82% 0.36% -
HSV(B) 41.2º 0.9% 0.65% -
XYZ 22.42 21.34 3.43 -
YUV 121.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 166 119 16 0 0.28 0.90 0.35 41.2 0.82 0.36
Hex A6 77 10 0 1C 5A 23 29 52 24
Octal 246 167 20 0 34 132 43 51 122 44
Binary 10100110 1110111 10000 0 11100 1011010 100011 101001 1010010 100100

Color Harmonies of #A67710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67710

Black with #A67710

Text Example


Text Example

White with #A67710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67710; }

 p { color: rgb(166,119,16); }

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

background-color css

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

 a { background-color: rgb(166,119,16); }

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

border-color css

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

 span { border-color: rgb(166,119,16); }

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