Html Css Color HEX #AC744D Sante Fe

📋 copy color: '#AC744D'

red 172 ◦ green 116 ◦ blue 77

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

Shades of Sante Fe #AC744D

Tints of Sante Fe #AC744D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 47.12%
G = 31.78%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC744D (or 0xAC744D) is known color: Sante Fe. HEX triplet: AC, 74 and 4D. RGB value is (172,116,77). Sum of RGB (Red+Green+Blue) = 172+116+77=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC744D is #538BB2. Grayscale: #808080. Windows color (decimal): -5475251 or 5076140. OLE color: 5076140.

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

Color convert

RGB 172 116 77 -
CMYK 0 0.33 0.55 0.33
HSL 24.63º 0.38% 0.49% -
HSV(B) 24.63º 0.55% 0.67% -
XYZ 24.6 21.8 9.93 -
YUV 128.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 172 116 77 0 0.33 0.55 0.33 24.63 0.38 0.49
Hex AC 74 4D 0 21 37 21 19 26 31
Octal 254 164 115 0 41 67 41 31 46 61
Binary 10101100 1110100 1001101 0 100001 110111 100001 11001 100110 110001

Color Harmonies of #AC744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC744D

Black with #AC744D

Text Example


Text Example

White with #AC744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC744D; }

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

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

background-color css

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

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

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

border-color css

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

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

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