Html Css Color HEX #AA7356 Sante Fe

📋 copy color: '#AA7356'

red 170 ◦ green 115 ◦ blue 86

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

Shades of Sante Fe #AA7356

Tints of Sante Fe #AA7356

RGB

 RED value IS 170 (66.8% from 255) = 45.82%

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

 BLUE value IS 86 (33.98% from 255) = 23.18%

R = 45.82%
G = 31%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA7356 (or 0xAA7356) is known color: Sante Fe. HEX triplet: AA, 73 and 56. RGB value is (170,115,86). Sum of RGB (Red+Green+Blue) = 170+115+86=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7356 is #558CA9. Grayscale: #808080. Windows color (decimal): -5606570 or 5665706. OLE color: 5665706.

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

Color convert

RGB 170 115 86 -
CMYK 0 0.32 0.49 0.33
HSL 20.71º 0.33% 0.5% -
HSV(B) 20.71º 0.49% 0.67% -
XYZ 24.39 21.48 11.66 -
YUV 128.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 170 115 86 0 0.32 0.49 0.33 20.71 0.33 0.5
Hex AA 73 56 0 20 31 21 15 21 32
Octal 252 163 126 0 40 61 41 25 41 62
Binary 10101010 1110011 1010110 0 100000 110001 100001 10101 100001 110010

Color Harmonies of #AA7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7356

Black with #AA7356

Text Example


Text Example

White with #AA7356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7356; }

 p { color: rgb(170,115,86); }

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

background-color css

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

 a { background-color: rgb(170,115,86); }

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

border-color css

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

 span { border-color: rgb(170,115,86); }

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