Html Css Color HEX #A6704A Sante Fe

📋 copy color: '#A6704A'

red 166 ◦ green 112 ◦ blue 74

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

Shades of Sante Fe #A6704A

Tints of Sante Fe #A6704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 47.16%
G = 31.82%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6704A (or 0xA6704A) is known color: Sante Fe. HEX triplet: A6, 70 and 4A. RGB value is (166,112,74). Sum of RGB (Red+Green+Blue) = 166+112+74=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A6704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6704A is #598FB5. Grayscale: #7C7C7C. Windows color (decimal): -5869494 or 4878502. OLE color: 4878502.

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

Color convert

RGB 166 112 74 -
CMYK 0 0.33 0.55 0.35
HSL 24.78º 0.38% 0.47% -
HSV(B) 24.78º 0.55% 0.65% -
XYZ 22.76 20.19 9.18 -
YUV 123.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 166 112 74 0 0.33 0.55 0.35 24.78 0.38 0.47
Hex A6 70 4A 0 21 37 23 19 26 2F
Octal 246 160 112 0 41 67 43 31 46 57
Binary 10100110 1110000 1001010 0 100001 110111 100011 11001 100110 101111

Color Harmonies of #A6704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6704A

Black with #A6704A

Text Example


Text Example

White with #A6704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6704A; }

 p { color: rgb(166,112,74); }

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

background-color css

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

 a { background-color: rgb(166,112,74); }

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

border-color css

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

 span { border-color: rgb(166,112,74); }

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