Html Css Color HEX #A3684A Sante Fe

📋 copy color: '#A3684A'

red 163 ◦ green 104 ◦ blue 74

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

Shades of Sante Fe #A3684A

Tints of Sante Fe #A3684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 47.8%
G = 30.5%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3684A (or 0xA3684A) is known color: Sante Fe. HEX triplet: A3, 68 and 4A. RGB value is (163,104,74). Sum of RGB (Red+Green+Blue) = 163+104+74=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3684A is #5C97B5. Grayscale: #767676. Windows color (decimal): -6068150 or 4876451. OLE color: 4876451.

HSL color Cylindrical-coordinate representation of color #A3684A: hue angle of 20.22º 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 #A3684A is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 104 74 -
CMYK 0 0.36 0.55 0.36
HSL 20.22º 0.38% 0.46% -
HSV(B) 20.22º 0.55% 0.64% -
XYZ 21.29 18.18 8.87 -
YUV 118.22 103.05 159.94 -
System Red Green Blue C M Y K H S L
Decimal 163 104 74 0 0.36 0.55 0.36 20.22 0.38 0.46
Hex A3 68 4A 0 24 37 24 14 26 2E
Octal 243 150 112 0 44 67 44 24 46 56
Binary 10100011 1101000 1001010 0 100100 110111 100100 10100 100110 101110

Color Harmonies of #A3684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3684A

Black with #A3684A

Text Example


Text Example

White with #A3684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3684A; }

 p { color: rgb(163,104,74); }

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

background-color css

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

 a { background-color: rgb(163,104,74); }

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

border-color css

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

 span { border-color: rgb(163,104,74); }

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