Html Css Color HEX #AA614D Sante Fe

📋 copy color: '#AA614D'

red 170 ◦ green 97 ◦ blue 77

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

Shades of Sante Fe #AA614D

Tints of Sante Fe #AA614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

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

R = 49.42%
G = 28.2%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA614D (or 0xAA614D) is known color: Sante Fe. HEX triplet: AA, 61 and 4D. RGB value is (170,97,77). Sum of RGB (Red+Green+Blue) = 170+97+77=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA614D is #559EB2. Grayscale: #747474. Windows color (decimal): -5611187 or 5071274. OLE color: 5071274.

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

Color convert

RGB 170 97 77 -
CMYK 0 0.43 0.55 0.33
HSL 12.9º 0.38% 0.48% -
HSV(B) 12.9º 0.55% 0.67% -
XYZ 22.19 17.63 9.25 -
YUV 116.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 170 97 77 0 0.43 0.55 0.33 12.9 0.38 0.48
Hex AA 61 4D 0 2B 37 21 D 26 30
Octal 252 141 115 0 53 67 41 15 46 60
Binary 10101010 1100001 1001101 0 101011 110111 100001 1101 100110 110000

Color Harmonies of #AA614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA614D

Black with #AA614D

Text Example


Text Example

White with #AA614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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