Html Css Color HEX #AC614C Sante Fe

📋 copy color: '#AC614C'

red 172 ◦ green 97 ◦ blue 76

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

Shades of Sante Fe #AC614C

Tints of Sante Fe #AC614C

RGB

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

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

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

R = 49.86%
G = 28.12%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC614C (or 0xAC614C) is known color: Sante Fe. HEX triplet: AC, 61 and 4C. RGB value is (172,97,76). Sum of RGB (Red+Green+Blue) = 172+97+76=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC614C is #539EB3. Grayscale: #757575. Windows color (decimal): -5480116 or 5005740. OLE color: 5005740.

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

Color convert

RGB 172 97 76 -
CMYK 0 0.44 0.56 0.33
HSL 13.13º 0.39% 0.49% -
HSV(B) 13.13º 0.56% 0.67% -
XYZ 22.59 17.84 9.09 -
YUV 117.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 172 97 76 0 0.44 0.56 0.33 13.13 0.39 0.49
Hex AC 61 4C 0 2C 38 21 D 27 31
Octal 254 141 114 0 54 70 41 15 47 61
Binary 10101100 1100001 1001100 0 101100 111000 100001 1101 100111 110001

Color Harmonies of #AC614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC614C

Black with #AC614C

Text Example


Text Example

White with #AC614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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