Html Css Color HEX #A57051 Sante Fe

📋 copy color: '#A57051'

red 165 ◦ green 112 ◦ blue 81

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

Shades of Sante Fe #A57051

Tints of Sante Fe #A57051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 46.09%
G = 31.28%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A57051 (or 0xA57051) is known color: Sante Fe. HEX triplet: A5, 70 and 51. RGB value is (165,112,81). Sum of RGB (Red+Green+Blue) = 165+112+81=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A57051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57051 is #5A8FAE. Grayscale: #7C7C7C. Windows color (decimal): -5935023 or 5337253. OLE color: 5337253.

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

Color convert

RGB 165 112 81 -
CMYK 0 0.32 0.51 0.35
HSL 22.14º 0.34% 0.48% -
HSV(B) 22.14º 0.51% 0.65% -
XYZ 22.8 20.18 10.48 -
YUV 124.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 165 112 81 0 0.32 0.51 0.35 22.14 0.34 0.48
Hex A5 70 51 0 20 33 23 16 22 30
Octal 245 160 121 0 40 63 43 26 42 60
Binary 10100101 1110000 1010001 0 100000 110011 100011 10110 100010 110000

Color Harmonies of #A57051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57051

Black with #A57051

Text Example


Text Example

White with #A57051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57051; }

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

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

background-color css

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

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

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

border-color css

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

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

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