Html Css Color HEX #AC7550 Sante Fe

📋 copy color: '#AC7550'

red 172 ◦ green 117 ◦ blue 80

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

Shades of Sante Fe #AC7550

Tints of Sante Fe #AC7550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

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

R = 46.61%
G = 31.71%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC7550 (or 0xAC7550) is known color: Sante Fe. HEX triplet: AC, 75 and 50. RGB value is (172,117,80). Sum of RGB (Red+Green+Blue) = 172+117+80=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7550 is #538AAF. Grayscale: #818181. Windows color (decimal): -5474992 or 5273004. OLE color: 5273004.

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

Color convert

RGB 172 117 80 -
CMYK 0 0.32 0.53 0.33
HSL 24.13º 0.37% 0.49% -
HSV(B) 24.13º 0.53% 0.67% -
XYZ 24.82 22.07 10.54 -
YUV 129.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 172 117 80 0 0.32 0.53 0.33 24.13 0.37 0.49
Hex AC 75 50 0 20 35 21 18 25 31
Octal 254 165 120 0 40 65 41 30 45 61
Binary 10101100 1110101 1010000 0 100000 110101 100001 11000 100101 110001

Color Harmonies of #AC7550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7550

Black with #AC7550

Text Example


Text Example

White with #AC7550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7550; }

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

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

background-color css

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

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

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

border-color css

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

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

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