Html Css Color HEX #AA6753 Sante Fe

📋 copy color: '#AA6753'

red 170 ◦ green 103 ◦ blue 83

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

Shades of Sante Fe #AA6753

Tints of Sante Fe #AA6753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 47.75%
G = 28.93%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA6753 (or 0xAA6753) is known color: Sante Fe. HEX triplet: AA, 67 and 53. RGB value is (170,103,83). Sum of RGB (Red+Green+Blue) = 170+103+83=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6753 is #5598AC. Grayscale: #787878. Windows color (decimal): -5609645 or 5466026. OLE color: 5466026.

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

Color convert

RGB 170 103 83 -
CMYK 0 0.39 0.51 0.33
HSL 13.79º 0.34% 0.5% -
HSV(B) 13.79º 0.51% 0.67% -
XYZ 22.99 18.87 10.61 -
YUV 120.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 170 103 83 0 0.39 0.51 0.33 13.79 0.34 0.5
Hex AA 67 53 0 27 33 21 E 22 32
Octal 252 147 123 0 47 63 41 16 42 62
Binary 10101010 1100111 1010011 0 100111 110011 100001 1110 100010 110010

Color Harmonies of #AA6753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6753

Black with #AA6753

Text Example


Text Example

White with #AA6753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6753; }

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

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

background-color css

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

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

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

border-color css

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

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

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