Html Css Color HEX #AC6A58 Sante Fe

📋 copy color: '#AC6A58'

red 172 ◦ green 106 ◦ blue 88

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

Shades of Sante Fe #AC6A58

Tints of Sante Fe #AC6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

 BLUE value IS 88 (34.77% from 255) = 24.04%

R = 46.99%
G = 28.96%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC6A58 (or 0xAC6A58) is known color: Sante Fe. HEX triplet: AC, 6A and 58. RGB value is (172,106,88). Sum of RGB (Red+Green+Blue) = 172+106+88=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A58 is #5395A7. Grayscale: #7B7B7B. Windows color (decimal): -5477800 or 5794476. OLE color: 5794476.

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

Color convert

RGB 172 106 88 -
CMYK 0 0.38 0.49 0.33
HSL 12.86º 0.34% 0.51% -
HSV(B) 12.86º 0.49% 0.67% -
XYZ 23.93 19.78 11.79 -
YUV 123.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 172 106 88 0 0.38 0.49 0.33 12.86 0.34 0.51
Hex AC 6A 58 0 26 31 21 D 22 33
Octal 254 152 130 0 46 61 41 15 42 63
Binary 10101100 1101010 1011000 0 100110 110001 100001 1101 100010 110011

Color Harmonies of #AC6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A58

Black with #AC6A58

Text Example


Text Example

White with #AC6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A58; }

 p { color: rgb(172,106,88); }

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

background-color css

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

 a { background-color: rgb(172,106,88); }

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

border-color css

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

 span { border-color: rgb(172,106,88); }

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