Html Css Color HEX #AC7250 Sante Fe

📋 copy color: '#AC7250'

red 172 ◦ green 114 ◦ blue 80

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

Shades of Sante Fe #AC7250

Tints of Sante Fe #AC7250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.15%

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

R = 46.99%
G = 31.15%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC7250 (or 0xAC7250) is known color: Sante Fe. HEX triplet: AC, 72 and 50. RGB value is (172,114,80). Sum of RGB (Red+Green+Blue) = 172+114+80=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7250 is #538DAF. Grayscale: #7F7F7F. Windows color (decimal): -5475760 or 5272236. OLE color: 5272236.

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

Color convert

RGB 172 114 80 -
CMYK 0 0.34 0.53 0.33
HSL 22.17º 0.37% 0.49% -
HSV(B) 22.17º 0.53% 0.67% -
XYZ 24.48 21.38 10.43 -
YUV 127.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 172 114 80 0 0.34 0.53 0.33 22.17 0.37 0.49
Hex AC 72 50 0 22 35 21 16 25 31
Octal 254 162 120 0 42 65 41 26 45 61
Binary 10101100 1110010 1010000 0 100010 110101 100001 10110 100101 110001

Color Harmonies of #AC7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7250

Black with #AC7250

Text Example


Text Example

White with #AC7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7250; }

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

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

background-color css

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

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

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

border-color css

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

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

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