Html Css Color HEX #AA6953 Sante Fe

📋 copy color: '#AA6953'

red 170 ◦ green 105 ◦ blue 83

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

Shades of Sante Fe #AA6953

Tints of Sante Fe #AA6953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.33%

 BLUE value IS 83 (32.81% from 255) = 23.18%

R = 47.49%
G = 29.33%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA6953 (or 0xAA6953) is known color: Sante Fe. HEX triplet: AA, 69 and 53. RGB value is (170,105,83). Sum of RGB (Red+Green+Blue) = 170+105+83=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6953 is #5596AC. Grayscale: #7A7A7A. Windows color (decimal): -5609133 or 5466538. OLE color: 5466538.

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

Color convert

RGB 170 105 83 -
CMYK 0 0.38 0.51 0.33
HSL 15.17º 0.34% 0.5% -
HSV(B) 15.17º 0.51% 0.67% -
XYZ 23.19 19.27 10.68 -
YUV 121.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 170 105 83 0 0.38 0.51 0.33 15.17 0.34 0.5
Hex AA 69 53 0 26 33 21 F 22 32
Octal 252 151 123 0 46 63 41 17 42 62
Binary 10101010 1101001 1010011 0 100110 110011 100001 1111 100010 110010

Color Harmonies of #AA6953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6953

Black with #AA6953

Text Example


Text Example

White with #AA6953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6953; }

 p { color: rgb(170,105,83); }

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

background-color css

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

 a { background-color: rgb(170,105,83); }

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

border-color css

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

 span { border-color: rgb(170,105,83); }

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