Html Css Color HEX #AA6D4B Sante Fe

📋 copy color: '#AA6D4B'

red 170 ◦ green 109 ◦ blue 75

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

Shades of Sante Fe #AA6D4B

Tints of Sante Fe #AA6D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 48.02%
G = 30.79%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA6D4B (or 0xAA6D4B) is known color: Sante Fe. HEX triplet: AA, 6D and 4B. RGB value is (170,109,75). Sum of RGB (Red+Green+Blue) = 170+109+75=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6D4B is #5592B4. Grayscale: #7B7B7B. Windows color (decimal): -5608117 or 4943274. OLE color: 4943274.

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

Color convert

RGB 170 109 75 -
CMYK 0 0.36 0.56 0.33
HSL 21.47º 0.39% 0.48% -
HSV(B) 21.47º 0.56% 0.67% -
XYZ 23.32 19.99 9.29 -
YUV 123.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 170 109 75 0 0.36 0.56 0.33 21.47 0.39 0.48
Hex AA 6D 4B 0 24 38 21 15 27 30
Octal 252 155 113 0 44 70 41 25 47 60
Binary 10101010 1101101 1001011 0 100100 111000 100001 10101 100111 110000

Color Harmonies of #AA6D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D4B

Black with #AA6D4B

Text Example


Text Example

White with #AA6D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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