Html Css Color HEX #AC6D58 Sante Fe

📋 copy color: '#AC6D58'

red 172 ◦ green 109 ◦ blue 88

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

Shades of Sante Fe #AC6D58

Tints of Sante Fe #AC6D58

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

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

R = 46.61%
G = 29.54%
B = 23.85%

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

#AC6D58 (or 0xAC6D58) is known color: Sante Fe. HEX triplet: AC, 6D and 58. RGB value is (172,109,88). Sum of RGB (Red+Green+Blue) = 172+109+88=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D58 is #5392A7. Grayscale: #7D7D7D. Windows color (decimal): -5477032 or 5795244. OLE color: 5795244.

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

Color convert

RGB 172 109 88 -
CMYK 0 0.37 0.49 0.33
HSL 15º 0.34% 0.51% -
HSV(B) 15º 0.49% 0.67% -
XYZ 24.24 20.41 11.89 -
YUV 125.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 172 109 88 0 0.37 0.49 0.33 15 0.34 0.51
Hex AC 6D 58 0 25 31 21 F 22 33
Octal 254 155 130 0 45 61 41 17 42 63
Binary 10101100 1101101 1011000 0 100101 110001 100001 1111 100010 110011

Color Harmonies of #AC6D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D58

Black with #AC6D58

Text Example


Text Example

White with #AC6D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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