Html Css Color HEX #AA7754 Sante Fe

📋 copy color: '#AA7754'

red 170 ◦ green 119 ◦ blue 84

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

Shades of Sante Fe #AA7754

Tints of Sante Fe #AA7754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

 BLUE value IS 84 (33.2% from 255) = 22.52%

R = 45.58%
G = 31.9%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA7754 (or 0xAA7754) is known color: Sante Fe. HEX triplet: AA, 77 and 54. RGB value is (170,119,84). Sum of RGB (Red+Green+Blue) = 170+119+84=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7754 is #5588AB. Grayscale: #828282. Windows color (decimal): -5605548 or 5535658. OLE color: 5535658.

HSL color Cylindrical-coordinate representation of color #AA7754: hue angle of 24.42º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7754 is Cyan = 0, Magento = 0.3, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 119 84 -
CMYK 0 0.3 0.51 0.33
HSL 24.42º 0.34% 0.5% -
HSV(B) 24.42º 0.51% 0.67% -
XYZ 24.77 22.38 11.4 -
YUV 130.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 170 119 84 0 0.3 0.51 0.33 24.42 0.34 0.5
Hex AA 77 54 0 1E 33 21 18 22 32
Octal 252 167 124 0 36 63 41 30 42 62
Binary 10101010 1110111 1010100 0 11110 110011 100001 11000 100010 110010

Color Harmonies of #AA7754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7754

Black with #AA7754

Text Example


Text Example

White with #AA7754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7754; }

 p { color: rgb(170,119,84); }

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

background-color css

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

 a { background-color: rgb(170,119,84); }

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

border-color css

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

 span { border-color: rgb(170,119,84); }

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