Html Css Color HEX #A6704B Sante Fe

📋 copy color: '#A6704B'

red 166 ◦ green 112 ◦ blue 75

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

Shades of Sante Fe #A6704B

Tints of Sante Fe #A6704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 47.03%
G = 31.73%
B = 21.25%

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

#A6704B (or 0xA6704B) is known color: Sante Fe. HEX triplet: A6, 70 and 4B. RGB value is (166,112,75). Sum of RGB (Red+Green+Blue) = 166+112+75=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A6704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6704B is #598FB4. Grayscale: #7C7C7C. Windows color (decimal): -5869493 or 4944038. OLE color: 4944038.

HSL color Cylindrical-coordinate representation of color #A6704B: hue angle of 24.4º 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 #A6704B is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 75 -
CMYK 0 0.33 0.55 0.35
HSL 24.4º 0.38% 0.47% -
HSV(B) 24.4º 0.55% 0.65% -
XYZ 22.79 20.2 9.36 -
YUV 123.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 166 112 75 0 0.33 0.55 0.35 24.4 0.38 0.47
Hex A6 70 4B 0 21 37 23 18 26 2F
Octal 246 160 113 0 41 67 43 30 46 57
Binary 10100110 1110000 1001011 0 100001 110111 100011 11000 100110 101111

Color Harmonies of #A6704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6704B

Black with #A6704B

Text Example


Text Example

White with #A6704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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