Html Css Color HEX #A36749 Sante Fe

📋 copy color: '#A36749'

red 163 ◦ green 103 ◦ blue 73

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

Shades of Sante Fe #A36749

Tints of Sante Fe #A36749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 48.08%
G = 30.38%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A36749 (or 0xA36749) is known color: Sante Fe. HEX triplet: A3, 67 and 49. RGB value is (163,103,73). Sum of RGB (Red+Green+Blue) = 163+103+73=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A36749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36749 is #5C98B6. Grayscale: #757575. Windows color (decimal): -6068407 or 4810659. OLE color: 4810659.

HSL color Cylindrical-coordinate representation of color #A36749: hue angle of 20º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A36749 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 103 73 -
CMYK 0 0.37 0.55 0.36
HSL 20º 0.38% 0.46% -
HSV(B) 20º 0.55% 0.64% -
XYZ 21.16 17.97 8.66 -
YUV 117.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 163 103 73 0 0.37 0.55 0.36 20 0.38 0.46
Hex A3 67 49 0 25 37 24 14 26 2E
Octal 243 147 111 0 45 67 44 24 46 56
Binary 10100011 1100111 1001001 0 100101 110111 100100 10100 100110 101110

Color Harmonies of #A36749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36749

Black with #A36749

Text Example


Text Example

White with #A36749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36749; }

 p { color: rgb(163,103,73); }

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

background-color css

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

 a { background-color: rgb(163,103,73); }

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

border-color css

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

 span { border-color: rgb(163,103,73); }

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