Html Css Color HEX #AC6355 Sante Fe

📋 copy color: '#AC6355'

red 172 ◦ green 99 ◦ blue 85

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

Shades of Sante Fe #AC6355

Tints of Sante Fe #AC6355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

 BLUE value IS 85 (33.59% from 255) = 23.88%

R = 48.31%
G = 27.81%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC6355 (or 0xAC6355) is known color: Sante Fe. HEX triplet: AC, 63 and 55. RGB value is (172,99,85). Sum of RGB (Red+Green+Blue) = 172+99+85=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6355 is #539CAA. Grayscale: #777777. Windows color (decimal): -5479595 or 5596076. OLE color: 5596076.

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

Color convert

RGB 172 99 85 -
CMYK 0 0.42 0.51 0.33
HSL 9.66º 0.34% 0.5% -
HSV(B) 9.66º 0.51% 0.67% -
XYZ 23.11 18.35 10.92 -
YUV 119.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 172 99 85 0 0.42 0.51 0.33 9.66 0.34 0.5
Hex AC 63 55 0 2A 33 21 A 22 32
Octal 254 143 125 0 52 63 41 12 42 62
Binary 10101100 1100011 1010101 0 101010 110011 100001 1010 100010 110010

Color Harmonies of #AC6355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6355

Black with #AC6355

Text Example


Text Example

White with #AC6355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6355; }

 p { color: rgb(172,99,85); }

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

background-color css

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

 a { background-color: rgb(172,99,85); }

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

border-color css

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

 span { border-color: rgb(172,99,85); }

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