Html Css Color HEX #AA724E Sante Fe

📋 copy color: '#AA724E'

red 170 ◦ green 114 ◦ blue 78

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

Shades of Sante Fe #AA724E

Tints of Sante Fe #AA724E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.49%

 BLUE value IS 78 (30.86% from 255) = 21.55%

R = 46.96%
G = 31.49%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA724E (or 0xAA724E) is known color: Sante Fe. HEX triplet: AA, 72 and 4E. RGB value is (170,114,78). Sum of RGB (Red+Green+Blue) = 170+114+78=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA724E is #558DB1. Grayscale: #7E7E7E. Windows color (decimal): -5606834 or 5141162. OLE color: 5141162.

HSL color Cylindrical-coordinate representation of color #AA724E: hue angle of 23.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA724E is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 78 -
CMYK 0 0.33 0.54 0.33
HSL 23.48º 0.37% 0.49% -
HSV(B) 23.48º 0.54% 0.67% -
XYZ 23.97 21.13 10.02 -
YUV 126.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 170 114 78 0 0.33 0.54 0.33 23.48 0.37 0.49
Hex AA 72 4E 0 21 36 21 17 25 31
Octal 252 162 116 0 41 66 41 27 45 61
Binary 10101010 1110010 1001110 0 100001 110110 100001 10111 100101 110001

Color Harmonies of #AA724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA724E

Black with #AA724E

Text Example


Text Example

White with #AA724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA724E; }

 p { color: rgb(170,114,78); }

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

background-color css

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

 a { background-color: rgb(170,114,78); }

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

border-color css

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

 span { border-color: rgb(170,114,78); }

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