Html Css Color HEX #A97553 Sante Fe

📋 copy color: '#A97553'

red 169 ◦ green 117 ◦ blue 83

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

Shades of Sante Fe #A97553

Tints of Sante Fe #A97553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

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

R = 45.8%
G = 31.71%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A97553 (or 0xA97553) is known color: Sante Fe. HEX triplet: A9, 75 and 53. RGB value is (169,117,83). Sum of RGB (Red+Green+Blue) = 169+117+83=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A97553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97553 is #568AAC. Grayscale: #808080. Windows color (decimal): -5671597 or 5469609. OLE color: 5469609.

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

Color convert

RGB 169 117 83 -
CMYK 0 0.31 0.51 0.34
HSL 23.72º 0.34% 0.49% -
HSV(B) 23.72º 0.51% 0.66% -
XYZ 24.28 21.78 11.11 -
YUV 128.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 169 117 83 0 0.31 0.51 0.34 23.72 0.34 0.49
Hex A9 75 53 0 1F 33 22 18 22 31
Octal 251 165 123 0 37 63 42 30 42 61
Binary 10101001 1110101 1010011 0 11111 110011 100010 11000 100010 110001

Color Harmonies of #A97553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97553

Black with #A97553

Text Example


Text Example

White with #A97553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97553; }

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

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

background-color css

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

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

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

border-color css

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

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

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