Html Css Color HEX #AC715A Sante Fe

📋 copy color: '#AC715A'

red 172 ◦ green 113 ◦ blue 90

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

Shades of Sante Fe #AC715A

Tints of Sante Fe #AC715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 90 (35.55% from 255) = 24%

R = 45.87%
G = 30.13%
B = 24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC715A (or 0xAC715A) is known color: Sante Fe. HEX triplet: AC, 71 and 5A. RGB value is (172,113,90). Sum of RGB (Red+Green+Blue) = 172+113+90=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC715A is #538EA5. Grayscale: #808080. Windows color (decimal): -5476006 or 5927340. OLE color: 5927340.

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

Color convert

RGB 172 113 90 -
CMYK 0 0.34 0.48 0.33
HSL 16.83º 0.33% 0.51% -
HSV(B) 16.83º 0.48% 0.67% -
XYZ 24.76 21.32 12.48 -
YUV 128.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 172 113 90 0 0.34 0.48 0.33 16.83 0.33 0.51
Hex AC 71 5A 0 22 30 21 11 21 33
Octal 254 161 132 0 42 60 41 21 41 63
Binary 10101100 1110001 1011010 0 100010 110000 100001 10001 100001 110011

Color Harmonies of #AC715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC715A

Black with #AC715A

Text Example


Text Example

White with #AC715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC715A; }

 p { color: rgb(172,113,90); }

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

background-color css

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

 a { background-color: rgb(172,113,90); }

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

border-color css

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

 span { border-color: rgb(172,113,90); }

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