Html Css Color HEX #AA6B4A Sante Fe

📋 copy color: '#AA6B4A'

red 170 ◦ green 107 ◦ blue 74

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

Shades of Sante Fe #AA6B4A

Tints of Sante Fe #AA6B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 48.43%
G = 30.48%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA6B4A (or 0xAA6B4A) is known color: Sante Fe. HEX triplet: AA, 6B and 4A. RGB value is (170,107,74). Sum of RGB (Red+Green+Blue) = 170+107+74=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B4A is #5594B5. Grayscale: #7A7A7A. Windows color (decimal): -5608630 or 4877226. OLE color: 4877226.

HSL color Cylindrical-coordinate representation of color #AA6B4A: hue angle of 20.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA6B4A is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 107 74 -
CMYK 0 0.37 0.56 0.33
HSL 20.63º 0.39% 0.48% -
HSV(B) 20.63º 0.56% 0.67% -
XYZ 23.07 19.56 9.04 -
YUV 122.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 170 107 74 0 0.37 0.56 0.33 20.63 0.39 0.48
Hex AA 6B 4A 0 25 38 21 15 27 30
Octal 252 153 112 0 45 70 41 25 47 60
Binary 10101010 1101011 1001010 0 100101 111000 100001 10101 100111 110000

Color Harmonies of #AA6B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B4A

Black with #AA6B4A

Text Example


Text Example

White with #AA6B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B4A; }

 p { color: rgb(170,107,74); }

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

background-color css

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

 a { background-color: rgb(170,107,74); }

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

border-color css

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

 span { border-color: rgb(170,107,74); }

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