Html Css Color HEX #AC6255 Sante Fe

📋 copy color: '#AC6255'

red 172 ◦ green 98 ◦ blue 85

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

Shades of Sante Fe #AC6255

Tints of Sante Fe #AC6255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

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

R = 48.45%
G = 27.61%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC6255 (or 0xAC6255) is known color: Sante Fe. HEX triplet: AC, 62 and 55. RGB value is (172,98,85). Sum of RGB (Red+Green+Blue) = 172+98+85=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6255 is #539DAA. Grayscale: #767676. Windows color (decimal): -5479851 or 5595820. OLE color: 5595820.

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

Color convert

RGB 172 98 85 -
CMYK 0 0.43 0.51 0.33
HSL 8.97º 0.34% 0.5% -
HSV(B) 8.97º 0.51% 0.67% -
XYZ 23.02 18.16 10.89 -
YUV 118.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 172 98 85 0 0.43 0.51 0.33 8.97 0.34 0.5
Hex AC 62 55 0 2B 33 21 9 22 32
Octal 254 142 125 0 53 63 41 11 42 62
Binary 10101100 1100010 1010101 0 101011 110011 100001 1001 100010 110010

Color Harmonies of #AC6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6255

Black with #AC6255

Text Example


Text Example

White with #AC6255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6255; }

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

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

background-color css

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

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

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

border-color css

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

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

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