Html Css Color HEX #AC6450 Sante Fe

📋 copy color: '#AC6450'

red 172 ◦ green 100 ◦ blue 80

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

Shades of Sante Fe #AC6450

Tints of Sante Fe #AC6450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

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

R = 48.86%
G = 28.41%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC6450 (or 0xAC6450) is known color: Sante Fe. HEX triplet: AC, 64 and 50. RGB value is (172,100,80). Sum of RGB (Red+Green+Blue) = 172+100+80=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6450 is #539BAF. Grayscale: #777777. Windows color (decimal): -5479344 or 5268652. OLE color: 5268652.

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

Color convert

RGB 172 100 80 -
CMYK 0 0.42 0.53 0.33
HSL 13.04º 0.37% 0.49% -
HSV(B) 13.04º 0.53% 0.67% -
XYZ 23.02 18.46 9.94 -
YUV 119.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 172 100 80 0 0.42 0.53 0.33 13.04 0.37 0.49
Hex AC 64 50 0 2A 35 21 D 25 31
Octal 254 144 120 0 52 65 41 15 45 61
Binary 10101100 1100100 1010000 0 101010 110101 100001 1101 100101 110001

Color Harmonies of #AC6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6450

Black with #AC6450

Text Example


Text Example

White with #AC6450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6450; }

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

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

background-color css

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

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

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

border-color css

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

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

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