Html Css Color HEX #AC735A Sante Fe

📋 copy color: '#AC735A'

red 172 ◦ green 115 ◦ blue 90

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

Shades of Sante Fe #AC735A

Tints of Sante Fe #AC735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

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

R = 45.62%
G = 30.5%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC735A (or 0xAC735A) is known color: Sante Fe. HEX triplet: AC, 73 and 5A. RGB value is (172,115,90). Sum of RGB (Red+Green+Blue) = 172+115+90=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC735A is #538CA5. Grayscale: #818181. Windows color (decimal): -5475494 or 5927852. OLE color: 5927852.

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

Color convert

RGB 172 115 90 -
CMYK 0 0.33 0.48 0.33
HSL 18.29º 0.33% 0.51% -
HSV(B) 18.29º 0.48% 0.67% -
XYZ 24.99 21.77 12.56 -
YUV 129.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 172 115 90 0 0.33 0.48 0.33 18.29 0.33 0.51
Hex AC 73 5A 0 21 30 21 12 21 33
Octal 254 163 132 0 41 60 41 22 41 63
Binary 10101100 1110011 1011010 0 100001 110000 100001 10010 100001 110011

Color Harmonies of #AC735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC735A

Black with #AC735A

Text Example


Text Example

White with #AC735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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