Html Css Color HEX #AC684C Sante Fe

📋 copy color: '#AC684C'

red 172 ◦ green 104 ◦ blue 76

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

Shades of Sante Fe #AC684C

Tints of Sante Fe #AC684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

 BLUE value IS 76 (30.08% from 255) = 21.59%

R = 48.86%
G = 29.55%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC684C (or 0xAC684C) is known color: Sante Fe. HEX triplet: AC, 68 and 4C. RGB value is (172,104,76). Sum of RGB (Red+Green+Blue) = 172+104+76=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC684C is #5397B3. Grayscale: #797979. Windows color (decimal): -5478324 or 5007532. OLE color: 5007532.

HSL color Cylindrical-coordinate representation of color #AC684C: hue angle of 17.5º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC684C is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 104 76 -
CMYK 0 0.40 0.56 0.33
HSL 17.5º 0.39% 0.49% -
HSV(B) 17.5º 0.56% 0.67% -
XYZ 23.27 19.19 9.32 -
YUV 121.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 172 104 76 0 0.40 0.56 0.33 17.5 0.39 0.49
Hex AC 68 4C 0 28 38 21 12 27 31
Octal 254 150 114 0 50 70 41 22 47 61
Binary 10101100 1101000 1001100 0 101000 111000 100001 10010 100111 110001

Color Harmonies of #AC684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC684C

Black with #AC684C

Text Example


Text Example

White with #AC684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC684C; }

 p { color: rgb(172,104,76); }

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

background-color css

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

 a { background-color: rgb(172,104,76); }

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

border-color css

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

 span { border-color: rgb(172,104,76); }

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