Html Css Color HEX #AC704D Sante Fe

📋 copy color: '#AC704D'

red 172 ◦ green 112 ◦ blue 77

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

Shades of Sante Fe #AC704D

Tints of Sante Fe #AC704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

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

R = 47.65%
G = 31.02%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC704D (or 0xAC704D) is known color: Sante Fe. HEX triplet: AC, 70 and 4D. RGB value is (172,112,77). Sum of RGB (Red+Green+Blue) = 172+112+77=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC704D is #538FB2. Grayscale: #7E7E7E. Windows color (decimal): -5476275 or 5075116. OLE color: 5075116.

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

Color convert

RGB 172 112 77 -
CMYK 0 0.35 0.55 0.33
HSL 22.11º 0.38% 0.49% -
HSV(B) 22.11º 0.55% 0.67% -
XYZ 24.15 20.89 9.78 -
YUV 125.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 172 112 77 0 0.35 0.55 0.33 22.11 0.38 0.49
Hex AC 70 4D 0 23 37 21 16 26 31
Octal 254 160 115 0 43 67 41 26 46 61
Binary 10101100 1110000 1001101 0 100011 110111 100001 10110 100110 110001

Color Harmonies of #AC704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC704D

Black with #AC704D

Text Example


Text Example

White with #AC704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC704D; }

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

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

background-color css

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

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

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

border-color css

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

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

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