Html Css Color HEX #A6674D Sante Fe

📋 copy color: '#A6674D'

red 166 ◦ green 103 ◦ blue 77

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

Shades of Sante Fe #A6674D

Tints of Sante Fe #A6674D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 47.98%
G = 29.77%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6674D (or 0xA6674D) is known color: Sante Fe. HEX triplet: A6, 67 and 4D. RGB value is (166,103,77). Sum of RGB (Red+Green+Blue) = 166+103+77=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6674D is #5998B2. Grayscale: #777777. Windows color (decimal): -5871795 or 5072806. OLE color: 5072806.

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

Color convert

RGB 166 103 77 -
CMYK 0 0.38 0.54 0.35
HSL 17.53º 0.37% 0.48% -
HSV(B) 17.53º 0.54% 0.65% -
XYZ 21.92 18.34 9.41 -
YUV 118.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 166 103 77 0 0.38 0.54 0.35 17.53 0.37 0.48
Hex A6 67 4D 0 26 36 23 12 25 30
Octal 246 147 115 0 46 66 43 22 45 60
Binary 10100110 1100111 1001101 0 100110 110110 100011 10010 100101 110000

Color Harmonies of #A6674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6674D

Black with #A6674D

Text Example


Text Example

White with #A6674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6674D; }

 p { color: rgb(166,103,77); }

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

background-color css

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

 a { background-color: rgb(166,103,77); }

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

border-color css

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

 span { border-color: rgb(166,103,77); }

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