Html Css Color HEX #AC6749 Sante Fe

📋 copy color: '#AC6749'

red 172 ◦ green 103 ◦ blue 73

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

Shades of Sante Fe #AC6749

Tints of Sante Fe #AC6749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 49.43%
G = 29.6%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC6749 (or 0xAC6749) is known color: Sante Fe. HEX triplet: AC, 67 and 49. RGB value is (172,103,73). Sum of RGB (Red+Green+Blue) = 172+103+73=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6749 is #5398B6. Grayscale: #787878. Windows color (decimal): -5478583 or 4810668. OLE color: 4810668.

HSL color Cylindrical-coordinate representation of color #AC6749: hue angle of 18.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC6749 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 103 73 -
CMYK 0 0.40 0.58 0.33
HSL 18.18º 0.4% 0.48% -
HSV(B) 18.18º 0.58% 0.67% -
XYZ 23.07 18.95 8.75 -
YUV 120.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 172 103 73 0 0.40 0.58 0.33 18.18 0.4 0.48
Hex AC 67 49 0 28 3A 21 12 28 30
Octal 254 147 111 0 50 72 41 22 50 60
Binary 10101100 1100111 1001001 0 101000 111010 100001 10010 101000 110000

Color Harmonies of #AC6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6749

Black with #AC6749

Text Example


Text Example

White with #AC6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6749; }

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

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

background-color css

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

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

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

border-color css

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

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

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