Html Css Color HEX #AA754D Sante Fe

📋 copy color: '#AA754D'

red 170 ◦ green 117 ◦ blue 77

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

Shades of Sante Fe #AA754D

Tints of Sante Fe #AA754D

RGB

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

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

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

R = 46.7%
G = 32.14%
B = 21.15%

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

#AA754D (or 0xAA754D) is known color: Sante Fe. HEX triplet: AA, 75 and 4D. RGB value is (170,117,77). Sum of RGB (Red+Green+Blue) = 170+117+77=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA754D is #558AB2. Grayscale: #808080. Windows color (decimal): -5606067 or 5076394. OLE color: 5076394.

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

Color convert

RGB 170 117 77 -
CMYK 0 0.31 0.55 0.33
HSL 25.81º 0.38% 0.48% -
HSV(B) 25.81º 0.55% 0.67% -
XYZ 24.28 21.8 9.95 -
YUV 128.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 170 117 77 0 0.31 0.55 0.33 25.81 0.38 0.48
Hex AA 75 4D 0 1F 37 21 1A 26 30
Octal 252 165 115 0 37 67 41 32 46 60
Binary 10101010 1110101 1001101 0 11111 110111 100001 11010 100110 110000

Color Harmonies of #AA754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA754D

Black with #AA754D

Text Example


Text Example

White with #AA754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA754D; }

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

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

background-color css

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

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

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

border-color css

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

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

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