Html Css Color HEX #A6614F Sante Fe

📋 copy color: '#A6614F'

red 166 ◦ green 97 ◦ blue 79

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

Shades of Sante Fe #A6614F

Tints of Sante Fe #A6614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.36%

 BLUE value IS 79 (31.25% from 255) = 23.1%

R = 48.54%
G = 28.36%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A6614F (or 0xA6614F) is known color: Sante Fe. HEX triplet: A6, 61 and 4F. RGB value is (166,97,79). Sum of RGB (Red+Green+Blue) = 166+97+79=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6614F is #599EB0. Grayscale: #737373. Windows color (decimal): -5873329 or 5202342. OLE color: 5202342.

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

Color convert

RGB 166 97 79 -
CMYK 0 0.42 0.52 0.35
HSL 12.41º 0.36% 0.48% -
HSV(B) 12.41º 0.52% 0.65% -
XYZ 21.41 17.22 9.59 -
YUV 115.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 166 97 79 0 0.42 0.52 0.35 12.41 0.36 0.48
Hex A6 61 4F 0 2A 34 23 C 24 30
Octal 246 141 117 0 52 64 43 14 44 60
Binary 10100110 1100001 1001111 0 101010 110100 100011 1100 100100 110000

Color Harmonies of #A6614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6614F

Black with #A6614F

Text Example


Text Example

White with #A6614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6614F; }

 p { color: rgb(166,97,79); }

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

background-color css

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

 a { background-color: rgb(166,97,79); }

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

border-color css

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

 span { border-color: rgb(166,97,79); }

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