Html Css Color HEX #AC694C Sante Fe

📋 copy color: '#AC694C'

red 172 ◦ green 105 ◦ blue 76

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

Shades of Sante Fe #AC694C

Tints of Sante Fe #AC694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 48.73%
G = 29.75%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC694C (or 0xAC694C) is known color: Sante Fe. HEX triplet: AC, 69 and 4C. RGB value is (172,105,76). Sum of RGB (Red+Green+Blue) = 172+105+76=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC694C is #5396B3. Grayscale: #797979. Windows color (decimal): -5478068 or 5007788. OLE color: 5007788.

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

Color convert

RGB 172 105 76 -
CMYK 0 0.39 0.56 0.33
HSL 18.13º 0.39% 0.49% -
HSV(B) 18.13º 0.56% 0.67% -
XYZ 23.37 19.4 9.35 -
YUV 121.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 172 105 76 0 0.39 0.56 0.33 18.13 0.39 0.49
Hex AC 69 4C 0 27 38 21 12 27 31
Octal 254 151 114 0 47 70 41 22 47 61
Binary 10101100 1101001 1001100 0 100111 111000 100001 10010 100111 110001

Color Harmonies of #AC694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC694C

Black with #AC694C

Text Example


Text Example

White with #AC694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC694C; }

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

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

background-color css

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

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

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

border-color css

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

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

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