Html Css Color HEX #AC705B Sante Fe

📋 copy color: '#AC705B'

red 172 ◦ green 112 ◦ blue 91

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

Shades of Sante Fe #AC705B

Tints of Sante Fe #AC705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 45.87%
G = 29.87%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC705B (or 0xAC705B) is known color: Sante Fe. HEX triplet: AC, 70 and 5B. RGB value is (172,112,91). Sum of RGB (Red+Green+Blue) = 172+112+91=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC705B is #538FA4. Grayscale: #7F7F7F. Windows color (decimal): -5476261 or 5992620. OLE color: 5992620.

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

Color convert

RGB 172 112 91 -
CMYK 0 0.35 0.47 0.33
HSL 15.56º 0.33% 0.52% -
HSV(B) 15.56º 0.47% 0.67% -
XYZ 24.7 21.11 12.67 -
YUV 127.55 107.38 159.71 -
System Red Green Blue C M Y K H S L
Decimal 172 112 91 0 0.35 0.47 0.33 15.56 0.33 0.52
Hex AC 70 5B 0 23 2F 21 10 21 34
Octal 254 160 133 0 43 57 41 20 41 64
Binary 10101100 1110000 1011011 0 100011 101111 100001 10000 100001 110100

Color Harmonies of #AC705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC705B

Black with #AC705B

Text Example


Text Example

White with #AC705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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