Html Css Color HEX #A3674A Sante Fe

📋 copy color: '#A3674A'

red 163 ◦ green 103 ◦ blue 74

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

Shades of Sante Fe #A3674A

Tints of Sante Fe #A3674A

RGB

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

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

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

R = 47.94%
G = 30.29%
B = 21.76%

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

#A3674A (or 0xA3674A) is known color: Sante Fe. HEX triplet: A3, 67 and 4A. RGB value is (163,103,74). Sum of RGB (Red+Green+Blue) = 163+103+74=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3674A is #5C98B5. Grayscale: #757575. Windows color (decimal): -6068406 or 4876195. OLE color: 4876195.

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

Color convert

RGB 163 103 74 -
CMYK 0 0.37 0.55 0.36
HSL 19.55º 0.38% 0.46% -
HSV(B) 19.55º 0.55% 0.64% -
XYZ 21.19 17.98 8.83 -
YUV 117.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 163 103 74 0 0.37 0.55 0.36 19.55 0.38 0.46
Hex A3 67 4A 0 25 37 24 14 26 2E
Octal 243 147 112 0 45 67 44 24 46 56
Binary 10100011 1100111 1001010 0 100101 110111 100100 10100 100110 101110

Color Harmonies of #A3674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3674A

Black with #A3674A

Text Example


Text Example

White with #A3674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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