Html Css Color HEX #A57251 Sante Fe

📋 copy color: '#A57251'

red 165 ◦ green 114 ◦ blue 81

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

Shades of Sante Fe #A57251

Tints of Sante Fe #A57251

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

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

R = 45.83%
G = 31.67%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A57251 (or 0xA57251) is known color: Sante Fe. HEX triplet: A5, 72 and 51. RGB value is (165,114,81). Sum of RGB (Red+Green+Blue) = 165+114+81=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A57251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57251 is #5A8DAE. Grayscale: #7D7D7D. Windows color (decimal): -5934511 or 5337765. OLE color: 5337765.

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

Color convert

RGB 165 114 81 -
CMYK 0 0.31 0.51 0.35
HSL 23.57º 0.34% 0.48% -
HSV(B) 23.57º 0.51% 0.65% -
XYZ 23.02 20.63 10.55 -
YUV 125.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 165 114 81 0 0.31 0.51 0.35 23.57 0.34 0.48
Hex A5 72 51 0 1F 33 23 18 22 30
Octal 245 162 121 0 37 63 43 30 42 60
Binary 10100101 1110010 1010001 0 11111 110011 100011 11000 100010 110000

Color Harmonies of #A57251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57251

Black with #A57251

Text Example


Text Example

White with #A57251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57251; }

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

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

background-color css

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

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

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

border-color css

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

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

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