Html Css Color HEX #AC6E50 Sante Fe

📋 copy color: '#AC6E50'

red 172 ◦ green 110 ◦ blue 80

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

Shades of Sante Fe #AC6E50

Tints of Sante Fe #AC6E50

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.39%

 BLUE value IS 80 (31.64% from 255) = 22.1%

R = 47.51%
G = 30.39%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC6E50 (or 0xAC6E50) is known color: Sante Fe. HEX triplet: AC, 6E and 50. RGB value is (172,110,80). Sum of RGB (Red+Green+Blue) = 172+110+80=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E50 is #5391AF. Grayscale: #7D7D7D. Windows color (decimal): -5476784 or 5271212. OLE color: 5271212.

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

Color convert

RGB 172 110 80 -
CMYK 0 0.36 0.53 0.33
HSL 19.57º 0.37% 0.49% -
HSV(B) 19.57º 0.53% 0.67% -
XYZ 24.04 20.5 10.28 -
YUV 125.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 172 110 80 0 0.36 0.53 0.33 19.57 0.37 0.49
Hex AC 6E 50 0 24 35 21 14 25 31
Octal 254 156 120 0 44 65 41 24 45 61
Binary 10101100 1101110 1010000 0 100100 110101 100001 10100 100101 110001

Color Harmonies of #AC6E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E50

Black with #AC6E50

Text Example


Text Example

White with #AC6E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E50; }

 p { color: rgb(172,110,80); }

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

background-color css

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

 a { background-color: rgb(172,110,80); }

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

border-color css

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

 span { border-color: rgb(172,110,80); }

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