Html Css Color HEX #AC614F Sante Fe

📋 copy color: '#AC614F'

red 172 ◦ green 97 ◦ blue 79

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

Shades of Sante Fe #AC614F

Tints of Sante Fe #AC614F

RGB

 RED value IS 172 (67.58% from 255) = 49.43%

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

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

R = 49.43%
G = 27.87%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC614F (or 0xAC614F) is known color: Sante Fe. HEX triplet: AC, 61 and 4F. RGB value is (172,97,79). Sum of RGB (Red+Green+Blue) = 172+97+79=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC614F is #539EB0. Grayscale: #757575. Windows color (decimal): -5480113 or 5202348. OLE color: 5202348.

HSL color Cylindrical-coordinate representation of color #AC614F: hue angle of 11.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC614F is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 97 79 -
CMYK 0 0.44 0.54 0.33
HSL 11.61º 0.37% 0.49% -
HSV(B) 11.61º 0.54% 0.67% -
XYZ 22.7 17.88 9.65 -
YUV 117.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 172 97 79 0 0.44 0.54 0.33 11.61 0.37 0.49
Hex AC 61 4F 0 2C 36 21 C 25 31
Octal 254 141 117 0 54 66 41 14 45 61
Binary 10101100 1100001 1001111 0 101100 110110 100001 1100 100101 110001

Color Harmonies of #AC614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC614F

Black with #AC614F

Text Example


Text Example

White with #AC614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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