Html Css Color HEX #A97053 Sante Fe

📋 copy color: '#A97053'

red 169 ◦ green 112 ◦ blue 83

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

Shades of Sante Fe #A97053

Tints of Sante Fe #A97053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

 BLUE value IS 83 (32.81% from 255) = 22.8%

R = 46.43%
G = 30.77%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A97053 (or 0xA97053) is known color: Sante Fe. HEX triplet: A9, 70 and 53. RGB value is (169,112,83). Sum of RGB (Red+Green+Blue) = 169+112+83=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A97053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97053 is #568FAC. Grayscale: #7D7D7D. Windows color (decimal): -5672877 or 5468329. OLE color: 5468329.

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

Color convert

RGB 169 112 83 -
CMYK 0 0.34 0.51 0.34
HSL 20.23º 0.34% 0.49% -
HSV(B) 20.23º 0.51% 0.66% -
XYZ 23.72 20.65 10.92 -
YUV 125.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 169 112 83 0 0.34 0.51 0.34 20.23 0.34 0.49
Hex A9 70 53 0 22 33 22 14 22 31
Octal 251 160 123 0 42 63 42 24 42 61
Binary 10101001 1110000 1010011 0 100010 110011 100010 10100 100010 110001

Color Harmonies of #A97053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97053

Black with #A97053

Text Example


Text Example

White with #A97053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97053; }

 p { color: rgb(169,112,83); }

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

background-color css

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

 a { background-color: rgb(169,112,83); }

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

border-color css

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

 span { border-color: rgb(169,112,83); }

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