Html Css Color HEX #AC6553 Sante Fe

📋 copy color: '#AC6553'

red 172 ◦ green 101 ◦ blue 83

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

Shades of Sante Fe #AC6553

Tints of Sante Fe #AC6553

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.37%

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 48.31%
G = 28.37%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC6553 (or 0xAC6553) is known color: Sante Fe. HEX triplet: AC, 65 and 53. RGB value is (172,101,83). Sum of RGB (Red+Green+Blue) = 172+101+83=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6553 is #539AAC. Grayscale: #787878. Windows color (decimal): -5479085 or 5465516. OLE color: 5465516.

HSL color Cylindrical-coordinate representation of color #AC6553: hue angle of 12.13º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC6553 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 101 83 -
CMYK 0 0.41 0.52 0.33
HSL 12.13º 0.35% 0.5% -
HSV(B) 12.13º 0.52% 0.67% -
XYZ 23.23 18.7 10.57 -
YUV 120.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 172 101 83 0 0.41 0.52 0.33 12.13 0.35 0.5
Hex AC 65 53 0 29 34 21 C 23 32
Octal 254 145 123 0 51 64 41 14 43 62
Binary 10101100 1100101 1010011 0 101001 110100 100001 1100 100011 110010

Color Harmonies of #AC6553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6553

Black with #AC6553

Text Example


Text Example

White with #AC6553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6553; }

 p { color: rgb(172,101,83); }

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

background-color css

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

 a { background-color: rgb(172,101,83); }

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

border-color css

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

 span { border-color: rgb(172,101,83); }

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