Html Css Color HEX #A57055 Sante Fe

📋 copy color: '#A57055'

red 165 ◦ green 112 ◦ blue 85

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

Shades of Sante Fe #A57055

Tints of Sante Fe #A57055

RGB

 RED value IS 165 (64.84% from 255) = 45.58%

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

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

R = 45.58%
G = 30.94%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A57055 (or 0xA57055) is known color: Sante Fe. HEX triplet: A5, 70 and 55. RGB value is (165,112,85). Sum of RGB (Red+Green+Blue) = 165+112+85=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A57055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57055 is #5A8FAA. Grayscale: #7C7C7C. Windows color (decimal): -5935019 or 5599397. OLE color: 5599397.

HSL color Cylindrical-coordinate representation of color #A57055: hue angle of 20.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A57055 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 85 -
CMYK 0 0.32 0.48 0.35
HSL 20.25º 0.32% 0.49% -
HSV(B) 20.25º 0.48% 0.65% -
XYZ 22.95 20.24 11.29 -
YUV 124.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 165 112 85 0 0.32 0.48 0.35 20.25 0.32 0.49
Hex A5 70 55 0 20 30 23 14 20 31
Octal 245 160 125 0 40 60 43 24 40 61
Binary 10100101 1110000 1010101 0 100000 110000 100011 10100 100000 110001

Color Harmonies of #A57055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57055

Black with #A57055

Text Example


Text Example

White with #A57055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57055; }

 p { color: rgb(165,112,85); }

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

background-color css

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

 a { background-color: rgb(165,112,85); }

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

border-color css

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

 span { border-color: rgb(165,112,85); }

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