Html Css Color HEX #AC744C Sante Fe

📋 copy color: '#AC744C'

red 172 ◦ green 116 ◦ blue 76

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

Shades of Sante Fe #AC744C

Tints of Sante Fe #AC744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

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

R = 47.25%
G = 31.87%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC744C (or 0xAC744C) is known color: Sante Fe. HEX triplet: AC, 74 and 4C. RGB value is (172,116,76). Sum of RGB (Red+Green+Blue) = 172+116+76=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC744C is #538BB3. Grayscale: #808080. Windows color (decimal): -5475252 or 5010604. OLE color: 5010604.

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

Color convert

RGB 172 116 76 -
CMYK 0 0.33 0.56 0.33
HSL 25º 0.39% 0.49% -
HSV(B) 25º 0.56% 0.67% -
XYZ 24.56 21.78 9.75 -
YUV 128.18 98.55 159.25 -
System Red Green Blue C M Y K H S L
Decimal 172 116 76 0 0.33 0.56 0.33 25 0.39 0.49
Hex AC 74 4C 0 21 38 21 19 27 31
Octal 254 164 114 0 41 70 41 31 47 61
Binary 10101100 1110100 1001100 0 100001 111000 100001 11001 100111 110001

Color Harmonies of #AC744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC744C

Black with #AC744C

Text Example


Text Example

White with #AC744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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