Html Css Color HEX #AA6B4D Sante Fe

📋 copy color: '#AA6B4D'

red 170 ◦ green 107 ◦ blue 77

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

Shades of Sante Fe #AA6B4D

Tints of Sante Fe #AA6B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 48.02%
G = 30.23%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA6B4D (or 0xAA6B4D) is known color: Sante Fe. HEX triplet: AA, 6B and 4D. RGB value is (170,107,77). Sum of RGB (Red+Green+Blue) = 170+107+77=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B4D is #5594B2. Grayscale: #7A7A7A. Windows color (decimal): -5608627 or 5073834. OLE color: 5073834.

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

Color convert

RGB 170 107 77 -
CMYK 0 0.37 0.55 0.33
HSL 19.35º 0.38% 0.48% -
HSV(B) 19.35º 0.55% 0.67% -
XYZ 23.17 19.6 9.58 -
YUV 122.42 102.37 161.94 -
System Red Green Blue C M Y K H S L
Decimal 170 107 77 0 0.37 0.55 0.33 19.35 0.38 0.48
Hex AA 6B 4D 0 25 37 21 13 26 30
Octal 252 153 115 0 45 67 41 23 46 60
Binary 10101010 1101011 1001101 0 100101 110111 100001 10011 100110 110000

Color Harmonies of #AA6B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B4D

Black with #AA6B4D

Text Example


Text Example

White with #AA6B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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