Html Css Color HEX #AC6C58 Sante Fe

📋 copy color: '#AC6C58'

red 172 ◦ green 108 ◦ blue 88

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

Shades of Sante Fe #AC6C58

Tints of Sante Fe #AC6C58

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

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

R = 46.74%
G = 29.35%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC6C58 (or 0xAC6C58) is known color: Sante Fe. HEX triplet: AC, 6C and 58. RGB value is (172,108,88). Sum of RGB (Red+Green+Blue) = 172+108+88=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C58 is #5393A7. Grayscale: #7D7D7D. Windows color (decimal): -5477288 or 5794988. OLE color: 5794988.

HSL color Cylindrical-coordinate representation of color #AC6C58: hue angle of 14.29º 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 #AC6C58 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 108 88 -
CMYK 0 0.37 0.49 0.33
HSL 14.29º 0.34% 0.51% -
HSV(B) 14.29º 0.49% 0.67% -
XYZ 24.14 20.2 11.86 -
YUV 124.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 172 108 88 0 0.37 0.49 0.33 14.29 0.34 0.51
Hex AC 6C 58 0 25 31 21 E 22 33
Octal 254 154 130 0 45 61 41 16 42 63
Binary 10101100 1101100 1011000 0 100101 110001 100001 1110 100010 110011

Color Harmonies of #AC6C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C58

Black with #AC6C58

Text Example


Text Example

White with #AC6C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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