Html Css Color HEX #A6644C Sante Fe

📋 copy color: '#A6644C'

red 166 ◦ green 100 ◦ blue 76

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

Shades of Sante Fe #A6644C

Tints of Sante Fe #A6644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 48.54%
G = 29.24%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6644C (or 0xA6644C) is known color: Sante Fe. HEX triplet: A6, 64 and 4C. RGB value is (166,100,76). Sum of RGB (Red+Green+Blue) = 166+100+76=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6644C is #599BB3. Grayscale: #757575. Windows color (decimal): -5872564 or 5006502. OLE color: 5006502.

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

Color convert

RGB 166 100 76 -
CMYK 0 0.40 0.54 0.35
HSL 16º 0.37% 0.47% -
HSV(B) 16º 0.54% 0.65% -
XYZ 21.59 17.74 9.12 -
YUV 117 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 166 100 76 0 0.40 0.54 0.35 16 0.37 0.47
Hex A6 64 4C 0 28 36 23 10 25 2F
Octal 246 144 114 0 50 66 43 20 45 57
Binary 10100110 1100100 1001100 0 101000 110110 100011 10000 100101 101111

Color Harmonies of #A6644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6644C

Black with #A6644C

Text Example


Text Example

White with #A6644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6644C; }

 p { color: rgb(166,100,76); }

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

background-color css

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

 a { background-color: rgb(166,100,76); }

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

border-color css

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

 span { border-color: rgb(166,100,76); }

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