Html Css Color HEX #AA754C Sante Fe

📋 copy color: '#AA754C'

red 170 ◦ green 117 ◦ blue 76

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

Shades of Sante Fe #AA754C

Tints of Sante Fe #AA754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

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

R = 46.83%
G = 32.23%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA754C (or 0xAA754C) is known color: Sante Fe. HEX triplet: AA, 75 and 4C. RGB value is (170,117,76). Sum of RGB (Red+Green+Blue) = 170+117+76=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA754C is #558AB3. Grayscale: #808080. Windows color (decimal): -5606068 or 5010858. OLE color: 5010858.

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

Color convert

RGB 170 117 76 -
CMYK 0 0.31 0.55 0.33
HSL 26.17º 0.38% 0.48% -
HSV(B) 26.17º 0.55% 0.67% -
XYZ 24.24 21.79 9.77 -
YUV 128.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 170 117 76 0 0.31 0.55 0.33 26.17 0.38 0.48
Hex AA 75 4C 0 1F 37 21 1A 26 30
Octal 252 165 114 0 37 67 41 32 46 60
Binary 10101010 1110101 1001100 0 11111 110111 100001 11010 100110 110000

Color Harmonies of #AA754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA754C

Black with #AA754C

Text Example


Text Example

White with #AA754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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