Html Css Color HEX #AA6D48 Sante Fe

📋 copy color: '#AA6D48'

red 170 ◦ green 109 ◦ blue 72

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

Shades of Sante Fe #AA6D48

Tints of Sante Fe #AA6D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 72 (28.52% from 255) = 20.51%

R = 48.43%
G = 31.05%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA6D48 (or 0xAA6D48) is known color: Sante Fe. HEX triplet: AA, 6D and 48. RGB value is (170,109,72). Sum of RGB (Red+Green+Blue) = 170+109+72=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D48 is #5592B7. Grayscale: #7B7B7B. Windows color (decimal): -5608120 or 4746666. OLE color: 4746666.

HSL color Cylindrical-coordinate representation of color #AA6D48: hue angle of 22.65º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA6D48 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 109 72 -
CMYK 0 0.36 0.58 0.33
HSL 22.65º 0.4% 0.47% -
HSV(B) 22.65º 0.58% 0.67% -
XYZ 23.22 19.95 8.76 -
YUV 123.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 170 109 72 0 0.36 0.58 0.33 22.65 0.4 0.47
Hex AA 6D 48 0 24 3A 21 17 28 2F
Octal 252 155 110 0 44 72 41 27 50 57
Binary 10101010 1101101 1001000 0 100100 111010 100001 10111 101000 101111

Color Harmonies of #AA6D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D48

Black with #AA6D48

Text Example


Text Example

White with #AA6D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D48; }

 p { color: rgb(170,109,72); }

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

background-color css

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

 a { background-color: rgb(170,109,72); }

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

border-color css

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

 span { border-color: rgb(170,109,72); }

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