Html Css Color HEX #AC7350 Sante Fe

📋 copy color: '#AC7350'

red 172 ◦ green 115 ◦ blue 80

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

Shades of Sante Fe #AC7350

Tints of Sante Fe #AC7350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

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

R = 46.87%
G = 31.34%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC7350 (or 0xAC7350) is known color: Sante Fe. HEX triplet: AC, 73 and 50. RGB value is (172,115,80). Sum of RGB (Red+Green+Blue) = 172+115+80=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7350 is #538CAF. Grayscale: #808080. Windows color (decimal): -5475504 or 5272492. OLE color: 5272492.

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

Color convert

RGB 172 115 80 -
CMYK 0 0.33 0.53 0.33
HSL 22.83º 0.37% 0.49% -
HSV(B) 22.83º 0.53% 0.67% -
XYZ 24.59 21.61 10.46 -
YUV 128.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 172 115 80 0 0.33 0.53 0.33 22.83 0.37 0.49
Hex AC 73 50 0 21 35 21 17 25 31
Octal 254 163 120 0 41 65 41 27 45 61
Binary 10101100 1110011 1010000 0 100001 110101 100001 10111 100101 110001

Color Harmonies of #AC7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7350

Black with #AC7350

Text Example


Text Example

White with #AC7350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7350; }

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

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

background-color css

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

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

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

border-color css

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

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

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