Html Css Color HEX #A97450 Sante Fe

📋 copy color: '#A97450'

red 169 ◦ green 116 ◦ blue 80

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

Shades of Sante Fe #A97450

Tints of Sante Fe #A97450

RGB

 RED value IS 169 (66.41% from 255) = 46.3%

 GREEN value IS 116 (45.7% from 255) = 31.78%

 BLUE value IS 80 (31.64% from 255) = 21.92%

R = 46.3%
G = 31.78%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A97450 (or 0xA97450) is known color: Sante Fe. HEX triplet: A9, 74 and 50. RGB value is (169,116,80). Sum of RGB (Red+Green+Blue) = 169+116+80=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A97450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97450 is #568BAF. Grayscale: #7F7F7F. Windows color (decimal): -5671856 or 5272745. OLE color: 5272745.

HSL color Cylindrical-coordinate representation of color #A97450: hue angle of 24.27º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A97450 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 116 80 -
CMYK 0 0.31 0.53 0.34
HSL 24.27º 0.36% 0.49% -
HSV(B) 24.27º 0.53% 0.66% -
XYZ 24.06 21.5 10.47 -
YUV 127.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 169 116 80 0 0.31 0.53 0.34 24.27 0.36 0.49
Hex A9 74 50 0 1F 35 22 18 24 31
Octal 251 164 120 0 37 65 42 30 44 61
Binary 10101001 1110100 1010000 0 11111 110101 100010 11000 100100 110001

Color Harmonies of #A97450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97450

Black with #A97450

Text Example


Text Example

White with #A97450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97450; }

 p { color: rgb(169,116,80); }

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

background-color css

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

 a { background-color: rgb(169,116,80); }

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

border-color css

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

 span { border-color: rgb(169,116,80); }

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