Html Css Color HEX #AC6758 Sante Fe

📋 copy color: '#AC6758'

red 172 ◦ green 103 ◦ blue 88

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

Shades of Sante Fe #AC6758

Tints of Sante Fe #AC6758

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

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

R = 47.38%
G = 28.37%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC6758 (or 0xAC6758) is known color: Sante Fe. HEX triplet: AC, 67 and 58. RGB value is (172,103,88). Sum of RGB (Red+Green+Blue) = 172+103+88=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6758 is #5398A7. Grayscale: #7A7A7A. Windows color (decimal): -5478568 or 5793708. OLE color: 5793708.

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

Color convert

RGB 172 103 88 -
CMYK 0 0.40 0.49 0.33
HSL 10.71º 0.34% 0.51% -
HSV(B) 10.71º 0.49% 0.67% -
XYZ 23.62 19.18 11.69 -
YUV 121.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 172 103 88 0 0.40 0.49 0.33 10.71 0.34 0.51
Hex AC 67 58 0 28 31 21 B 22 33
Octal 254 147 130 0 50 61 41 13 42 63
Binary 10101100 1100111 1011000 0 101000 110001 100001 1011 100010 110011

Color Harmonies of #AC6758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6758

Black with #AC6758

Text Example


Text Example

White with #AC6758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6758; }

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

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

background-color css

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

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

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

border-color css

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

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

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