Html Css Color HEX #A97755 Sante Fe

📋 copy color: '#A97755'

red 169 ◦ green 119 ◦ blue 85

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

Shades of Sante Fe #A97755

Tints of Sante Fe #A97755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

 BLUE value IS 85 (33.59% from 255) = 22.79%

R = 45.31%
G = 31.9%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A97755 (or 0xA97755) is known color: Sante Fe. HEX triplet: A9, 77 and 55. RGB value is (169,119,85). Sum of RGB (Red+Green+Blue) = 169+119+85=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A97755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97755 is #5688AA. Grayscale: #828282. Windows color (decimal): -5671083 or 5601193. OLE color: 5601193.

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

Color convert

RGB 169 119 85 -
CMYK 0 0.30 0.50 0.34
HSL 24.29º 0.33% 0.5% -
HSV(B) 24.29º 0.5% 0.66% -
XYZ 24.6 22.28 11.6 -
YUV 130.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 169 119 85 0 0.30 0.50 0.34 24.29 0.33 0.5
Hex A9 77 55 0 1E 32 22 18 21 32
Octal 251 167 125 0 36 62 42 30 41 62
Binary 10101001 1110111 1010101 0 11110 110010 100010 11000 100001 110010

Color Harmonies of #A97755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97755

Black with #A97755

Text Example


Text Example

White with #A97755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97755; }

 p { color: rgb(169,119,85); }

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

background-color css

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

 a { background-color: rgb(169,119,85); }

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

border-color css

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

 span { border-color: rgb(169,119,85); }

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