Html Css Color HEX #A37053 Sante Fe

📋 copy color: '#A37053'

red 163 ◦ green 112 ◦ blue 83

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

Shades of Sante Fe #A37053

Tints of Sante Fe #A37053

RGB

 RED value IS 163 (64.06% from 255) = 45.53%

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

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

R = 45.53%
G = 31.28%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A37053 (or 0xA37053) is known color: Sante Fe. HEX triplet: A3, 70 and 53. RGB value is (163,112,83). Sum of RGB (Red+Green+Blue) = 163+112+83=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A37053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37053 is #5C8FAC. Grayscale: #7C7C7C. Windows color (decimal): -6066093 or 5468323. OLE color: 5468323.

HSL color Cylindrical-coordinate representation of color #A37053: hue angle of 21.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A37053 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 112 83 -
CMYK 0 0.31 0.49 0.36
HSL 21.75º 0.33% 0.48% -
HSV(B) 21.75º 0.49% 0.64% -
XYZ 22.46 20 10.86 -
YUV 123.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 163 112 83 0 0.31 0.49 0.36 21.75 0.33 0.48
Hex A3 70 53 0 1F 31 24 16 21 30
Octal 243 160 123 0 37 61 44 26 41 60
Binary 10100011 1110000 1010011 0 11111 110001 100100 10110 100001 110000

Color Harmonies of #A37053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37053

Black with #A37053

Text Example


Text Example

White with #A37053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37053; }

 p { color: rgb(163,112,83); }

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

background-color css

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

 a { background-color: rgb(163,112,83); }

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

border-color css

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

 span { border-color: rgb(163,112,83); }

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