Html Css Color HEX #AA674C Sante Fe

📋 copy color: '#AA674C'

red 170 ◦ green 103 ◦ blue 76

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

Shades of Sante Fe #AA674C

Tints of Sante Fe #AA674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.51%

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 48.71%
G = 29.51%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA674C (or 0xAA674C) is known color: Sante Fe. HEX triplet: AA, 67 and 4C. RGB value is (170,103,76). Sum of RGB (Red+Green+Blue) = 170+103+76=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA674C is #5598B3. Grayscale: #787878. Windows color (decimal): -5609652 or 5007274. OLE color: 5007274.

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

Color convert

RGB 170 103 76 -
CMYK 0 0.39 0.55 0.33
HSL 17.23º 0.38% 0.48% -
HSV(B) 17.23º 0.55% 0.67% -
XYZ 22.73 18.77 9.26 -
YUV 119.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 170 103 76 0 0.39 0.55 0.33 17.23 0.38 0.48
Hex AA 67 4C 0 27 37 21 11 26 30
Octal 252 147 114 0 47 67 41 21 46 60
Binary 10101010 1100111 1001100 0 100111 110111 100001 10001 100110 110000

Color Harmonies of #AA674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA674C

Black with #AA674C

Text Example


Text Example

White with #AA674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA674C; }

 p { color: rgb(170,103,76); }

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

background-color css

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

 a { background-color: rgb(170,103,76); }

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

border-color css

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

 span { border-color: rgb(170,103,76); }

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