Html Css Color HEX #AC6948 Sante Fe

📋 copy color: '#AC6948'

red 172 ◦ green 105 ◦ blue 72

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

Shades of Sante Fe #AC6948

Tints of Sante Fe #AC6948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.09%

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 49.28%
G = 30.09%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC6948 (or 0xAC6948) is known color: Sante Fe. HEX triplet: AC, 69 and 48. RGB value is (172,105,72). Sum of RGB (Red+Green+Blue) = 172+105+72=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6948 is #5396B7. Grayscale: #797979. Windows color (decimal): -5478072 or 4745644. OLE color: 4745644.

HSL color Cylindrical-coordinate representation of color #AC6948: hue angle of 19.8º degrees, saturation: 0.41, 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 #AC6948 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 72 -
CMYK 0 0.39 0.58 0.33
HSL 19.8º 0.41% 0.48% -
HSV(B) 19.8º 0.58% 0.67% -
XYZ 23.23 19.34 8.64 -
YUV 121.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 172 105 72 0 0.39 0.58 0.33 19.8 0.41 0.48
Hex AC 69 48 0 27 3A 21 14 29 30
Octal 254 151 110 0 47 72 41 24 51 60
Binary 10101100 1101001 1001000 0 100111 111010 100001 10100 101001 110000

Color Harmonies of #AC6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6948

Black with #AC6948

Text Example


Text Example

White with #AC6948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6948; }

 p { color: rgb(172,105,72); }

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

background-color css

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

 a { background-color: rgb(172,105,72); }

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

border-color css

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

 span { border-color: rgb(172,105,72); }

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