Html Css Color HEX #A97250 Sante Fe

📋 copy color: '#A97250'

red 169 ◦ green 114 ◦ blue 80

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

Shades of Sante Fe #A97250

Tints of Sante Fe #A97250

RGB

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

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

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

R = 46.56%
G = 31.4%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A97250 (or 0xA97250) is known color: Sante Fe. HEX triplet: A9, 72 and 50. RGB value is (169,114,80). Sum of RGB (Red+Green+Blue) = 169+114+80=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A97250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97250 is #568DAF. Grayscale: #7E7E7E. Windows color (decimal): -5672368 or 5272233. OLE color: 5272233.

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

Color convert

RGB 169 114 80 -
CMYK 0 0.33 0.53 0.34
HSL 22.92º 0.36% 0.49% -
HSV(B) 22.92º 0.53% 0.66% -
XYZ 23.83 21.05 10.4 -
YUV 126.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 169 114 80 0 0.33 0.53 0.34 22.92 0.36 0.49
Hex A9 72 50 0 21 35 22 17 24 31
Octal 251 162 120 0 41 65 42 27 44 61
Binary 10101001 1110010 1010000 0 100001 110101 100010 10111 100100 110001

Color Harmonies of #A97250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97250

Black with #A97250

Text Example


Text Example

White with #A97250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97250; }

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

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

background-color css

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

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

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

border-color css

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

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

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