Html Css Color HEX #AC6253 Sante Fe

📋 copy color: '#AC6253'

red 172 ◦ green 98 ◦ blue 83

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

Shades of Sante Fe #AC6253

Tints of Sante Fe #AC6253

RGB

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

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

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

R = 48.73%
G = 27.76%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC6253 (or 0xAC6253) is known color: Sante Fe. HEX triplet: AC, 62 and 53. RGB value is (172,98,83). Sum of RGB (Red+Green+Blue) = 172+98+83=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6253 is #539DAC. Grayscale: #767676. Windows color (decimal): -5479853 or 5464748. OLE color: 5464748.

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

Color convert

RGB 172 98 83 -
CMYK 0 0.43 0.52 0.33
HSL 10.11º 0.35% 0.5% -
HSV(B) 10.11º 0.52% 0.67% -
XYZ 22.94 18.13 10.47 -
YUV 118.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 172 98 83 0 0.43 0.52 0.33 10.11 0.35 0.5
Hex AC 62 53 0 2B 34 21 A 23 32
Octal 254 142 123 0 53 64 41 12 43 62
Binary 10101100 1100010 1010011 0 101011 110100 100001 1010 100011 110010

Color Harmonies of #AC6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6253

Black with #AC6253

Text Example


Text Example

White with #AC6253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6253; }

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

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

background-color css

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

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

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

border-color css

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

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

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